249 Commits

Author SHA1 Message Date
Gerrit Code Review
7d0de680ed Update notes for submitted changes
* minix/driver/storage/ramdisk: Makefile rework
2014-08-21 04:58:32 -04:00
Gerrit Code Review
abf859847e Update notes for submitted changes
* DDEKit interrupt fix
2014-08-20 04:12:37 -04:00
Gerrit Code Review
f47c4a58ac Update notes for submitted changes
* Update usr/Makefile
2014-08-14 15:17:55 -04:00
Gerrit Code Review
deaaa65359 Update notes for submitted changes
* /usr/tests/minix-posix/check-install
2014-08-14 14:18:11 -04:00
Gerrit Code Review
ae7d7c0f14 Update notes for submitted changes
* Introduce pkgin_sets
2014-08-14 14:17:48 -04:00
Gerrit Code Review
22d45fc630 Update notes for submitted changes
* TOOL_TIC: Set to "/usr/bin/tic", instead of "tic"
2014-08-14 14:17:21 -04:00
Gerrit Code Review
befbf09a85 Update notes for submitted changes
* Services move to /service fixes
2014-08-14 14:12:39 -04:00
Gerrit Code Review
661c75846e Update notes for submitted changes
* releasetools/*image.sh
2014-08-14 14:12:25 -04:00
Gerrit Code Review
48edce09e1 Update notes for submitted changes
* OSX and FreeBSD don't have mkfs.vfat.
2014-08-14 14:12:16 -04:00
Gerrit Code Review
cb37b3797c Update notes for submitted changes
* Update download urls in fetch.sh
2014-08-14 14:11:50 -04:00
Gerrit Code Review
7312f8af66 Update notes for submitted changes
* Removing /home/bin
2014-08-14 14:11:40 -04:00
Gerrit Code Review
d12fc5cbac Update notes for submitted changes
* Removing the ast account
2014-08-14 14:11:27 -04:00
Gerrit Code Review
867b4b60e9 Update notes for submitted changes
* setup.sh: Improved user messages.
2014-08-14 14:10:51 -04:00
Gerrit Code Review
97e55b5589 Update notes for submitted changes
* build:Remove the usage of sloppy file list.
* distrib:include "test63" and "mod" if MKPIC=yes
* i386 param.h
* Kernel: fix register corruption on signal delivery
* <machine/signal.h>
* i386 cpu.h
* <sys/poll.h>
* <sys/ioccom.h>, <sys/ioctl.h>
* <sys/syslimits.h>
* <sys/siginfo.h>
* <sys/fcntl.h>, remove O_REOPEN
* <sys/resource.h>
* <sys/endian.h>
* import / small alignment of many arm includes
* x86 multiboot.h
* <sys/mount.h>, <sys/statvfs.h>
* <sys/mtio.h>
* <sys/{ipc,sem,shm}.h>
* <sys/ttydefaults.h>
* <net/if_ether.h>
* <sys/param.h>
* <sys/ptrace.h>
* align ARM cpu.h importing & using armreg.h
* <vmparam.h>
* <machine/mcontext.h>
* align <sys/ucontext.h> <sys/uio.h> <sys/un.h>
* <sys/socket.h>, <netinet/{in,tcp,udp,udp_var}.h>
* drop the minix_ prefixes for mmap and munmap
* include/sched.h: merged
* reduced diff in include/signal.h
* include/limits.h: merged
* include/time.h: merged
* Importing external/bsd/less
* adding include/spawn.h, removing include/sa.h
* include/unistd.h: merged
* include/a.out.h: merged
* include/netdb.h: merged
* include/paths.h: merged
* align include/paths: MAILDIR
* include/login_cap.h: merged
* include/stdlib.h: merged
* include/stdio.h: merged
* remove special handling of rename()
* include/arpa/nameser_compat.h: merged
* sys/sys/ctype_inline.h: merged
* sys/arch/{arm,i386}/include: merges
* Removing VFS_UTIMENS_* field macros.
* Removing SYS_SIG_* field macros.
* Renamed m_vm_vfs to m_vm_vfs_mmap.
* Removing NOTIFY_* field macros.
* Changing the message union to anonymous.
* PM_TIME_SEC into 64bit
* Updating usr.sbin/user
* Extending time_t to 64bits.
* Fix genmap, always use headers from the sources.
* Use netbsd <sys/mman.h>
* <sys/stat.h>
* <sys/unistd.h>, <time.h>
* <sys/wait.h>
* Replaced common u64.h functions with operators.
* Remove sys/stdlib.h
* use netbsd <sys/signal.h> and sigset_t
* switch to netbsd <sys/errno.h>
* bigger message
* drop <minix/termios.h>, use clean <sys/termios.h>
* big <utmp.h>-inspired netbsd switch
* Fix testsh2 for OD on arm.
* Adding ipc_ prefix to ipc primitives
* Remove some legacy support in rc scripts & some cleanup
* Removing MK{GCCCMDS,BINUTILS}=yes in image scripts
* toproto: use NetBSD names/types for device numbers
* Clean up interface to PM and VFS
* VFS: store m_out as part of worker thread state
* Rename VFS_BASE to FS_BASE
* PM/VFS protocol: prefix with VFS_PM_
* For common calls, give servers unique call numbers
* libsys: various updates
* PM: send replies immediately
* PM: resolve fork/kill race condition
* PM: rework signal handling
* PM: remove obsolete ALARM, PAUSE, TIMES calls
* Remove support for MKTRACE, MKMCONTEXT, MKSTATECTL
* test56: fix race condition
* Fix missing nm.1 file
* netbsd dirent.h, import sys/sys *.h, mfs cleanup
* VFS: further cleanup of device code
* IS: dump number of in-use FDs for VFS
* TTY: fix earlier PTY select "improvement"
* Extend dupfrom(2) into copyfd(2)
* VFS: better dupfrom(2) deadlock detection
* UDS: sendmsg/recvmsg fixes
* UDS: add support for FIONREAD
* UDS: align struct sockaddr_un with NetBSD
* UDS: support for nonblocking sockets
* UDS: clean up source code
* UDS: split off from PFS
* at_wini: PCI-only now; one controller per instance
* system.conf: subsystem VID/DID matching support
* Updating saved configure line in gcc
* usr.bin/man: Update
* external/bsd/mdocml: Update
* Remove obsolete compatibility links
* Splitting commands/cd/cd.sh
* MAKEDEV: Add mtree output, and ramdisk set.
* keymaps: improve keypad slash support
* Norwegian keymap
* Input infrastructure, INPUT server, PCKBD driver
* ARM serial driver: Comment termios_baud_rate.
* TTY: skip /dev/log checks if console is serial
* blocktest: add support for no alignment
* libutil: let opendisk(3) try /dev
* Move SUB_PER_DRIVE definition into minix/drvlib.h
2014-08-01 09:26:12 -04:00
Gerrit Code Review
8855cee7c4 Update notes for submitted changes
* mined: fix dangling else
2014-02-17 13:36:43 +01:00
Gerrit Code Review
7ce95fcbc2 Update notes for submitted changes
* zmodem: K&R -> ANSI C function declaration
2014-02-16 19:23:16 +01:00
Gerrit Code Review
452de0bfb1 Update notes for submitted changes
* arm-refactor:document ARM assembly code.
2014-02-14 09:57:38 +01:00
Gerrit Code Review
fd51b0d516 Update notes for submitted changes
* arm:replace ifdef's by runtime checks in the omap rtc driver.
2014-02-14 09:57:26 +01:00
Gerrit Code Review
b360eab001 Update notes for submitted changes
* arm:replace ifdef's by runtime checks in the lan8710a driver.
2014-02-14 09:57:10 +01:00
Gerrit Code Review
15e55aa269 Update notes for submitted changes
* arm:create SoC specific bsp directory and move code to there.
2014-02-12 13:43:30 +01:00
Gerrit Code Review
d35049a8b1 Update notes for submitted changes
* arm-refactor:use sysenv board to determine what driver to start.
2014-01-20 11:49:52 +01:00
Gerrit Code Review
08667539ea Update notes for submitted changes
* arm:fix GPIO revision check on DM37XX.
2014-01-20 11:49:46 +01:00
Gerrit Code Review
8d1adc8c75 Update notes for submitted changes
* test24: fix memory leak.
2014-01-14 11:53:13 +01:00
Gerrit Code Review
0b4beb3c96 Update notes for submitted changes
* VM bugfix & regression test
2014-01-09 19:51:47 +01:00
Gerrit Code Review
1df24dea59 Update notes for submitted changes
* arm:indenting
2014-01-08 10:56:35 +01:00
Gerrit Code Review
ee3e4c2505 Update notes for submitted changes
* arm:disable filemmap.
2014-01-08 10:56:20 +01:00
Gerrit Code Review
117e1a3706 Update notes for submitted changes
* arm:refactor move pagetable to the common directory.
2014-01-08 10:52:46 +01:00
Gerrit Code Review
7d26b1f087 Update notes for submitted changes
* arm:make the kernel server and driver binaries identical.
2013-12-17 14:59:15 +01:00
Gerrit Code Review
49febdbb3d Update notes for submitted changes
* arm:replace ifdef's by runtime checks in the i2c driver.
2013-12-17 14:58:56 +01:00
Gerrit Code Review
dd935560e8 Update notes for submitted changes
* arm:switch to dynamic configuration for the kernel.
2013-12-17 14:58:48 +01:00
Gerrit Code Review
f3af5bc6dd Update notes for submitted changes
* arm:determine board_id using bootargs.board_name
2013-12-17 14:58:38 +01:00
Gerrit Code Review
28994cc9d8 Update notes for submitted changes
* arm:refactor replace cmdline.txt by bootargs passed to the kernel.
2013-12-17 14:58:27 +01:00
Gerrit Code Review
a2181d344d Update notes for submitted changes
* arm:manage versioning of u-boot and upgrade u-boot
2013-12-17 14:58:19 +01:00
Gerrit Code Review
6a1c8965f7 Update notes for submitted changes
* kernel:export board to userland.
2013-12-03 11:13:11 +01:00
Gerrit Code Review
b3518a99ce Update notes for submitted changes
* arm:replace ifdef's by runtime checks.
2013-12-03 10:36:13 +01:00
Gerrit Code Review
79815023b5 Update notes for submitted changes
* arm:add board_id to machine to enable runtime configuration.
2013-12-03 10:35:54 +01:00
Gerrit Code Review
20d6578c83 Update notes for submitted changes
* commands/crc: changed K&R to ANSI style
2013-12-02 12:55:01 +01:00
Gerrit Code Review
8e4a48d344 Update notes for submitted changes
* commands/decomp16: changed K&R to ANSI style
2013-12-02 12:54:51 +01:00
Gerrit Code Review
26c27ead2a Update notes for submitted changes
* commands/devsize: changed K&R to ANSI style
2013-12-02 12:54:42 +01:00
Gerrit Code Review
189c9249cb Update notes for submitted changes
* commands/chown: changed to K&R to ANSI style
2013-11-29 22:09:28 +01:00
Gerrit Code Review
853d27abeb Update notes for submitted changes
* commands/chmod: changed K&R to ANSI style
2013-11-29 22:09:05 +01:00
Gerrit Code Review
8df38b3164 Update notes for submitted changes
* commands/at: changed K&R to ANSI style
2013-11-29 21:06:16 +01:00
Gerrit Code Review
5321a79a14 Update notes for submitted changes
* commands/synctree: changed K&R to ANSI style
2013-11-29 21:05:47 +01:00
Gerrit Code Review
0429bc7ffe Update notes for submitted changes
* add two missing files to flist
2013-11-29 18:51:48 +01:00
Gerrit Code Review
08e28a880c Update notes for submitted changes
* run: allow scripts to be run as root
2013-11-28 16:43:59 +01:00
Gerrit Code Review
e28826ba25 Update notes for submitted changes
* testmfs, testisofs: MFS format, ISO functionality
2013-11-22 11:45:07 +01:00
Gerrit Code Review
9cd5f3937d Update notes for submitted changes
* libminixfs: allow non-pagesize-multiple FSes
2013-11-22 11:44:30 +01:00
Gerrit Code Review
e32c7fcc35 Update notes for submitted changes
* iso9660fs fix
2013-11-21 11:00:57 +01:00
Gerrit Code Review
2f3af63c88 Update notes for submitted changes
* mkfs.mfs, mkproto: minor features
2013-11-19 18:52:27 +01:00
Gerrit Code Review
6cd7dea33a Update notes for submitted changes
* Importing usr.bin/colcrt
2013-11-19 14:44:25 +01:00