Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | Miod Vallat | |
separate tty registering is gone now that sparc has switched to wscons, and this makes the code less error-prone. Also, remove tests for ttymalloc() failure, since it uses M_WAITOK. ok millert@ deraadt@, tested by various people as well besides me... | |||
2003-09-29 | avaliable -> available | Miod Vallat | |
2003-09-26 | Add majors and devsw entries for the missing scsi devices on mvme*8k. | Miod Vallat | |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller | |
now call the poll backend. With this change we implement greater poll(2) functionality instead of emulating it via the select backend. Adapted from NetBSD and including some changes from FreeBSD. Tested by many, deraadt@ OK | |||
2003-09-22 | Off-by-ones, from aaron@ | Miod Vallat | |
2003-09-19 | Let boot -b return to debugger before invoking the kernels entry point, like | Miod Vallat | |
mvme88k does. | |||
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst | |
way for some future work. no function changes yet. help testing otto@ and markus@ | |||
2003-08-23 | unifiy with mvme88k | Theo de Raadt | |
2003-08-23 | unify with mvme88k; miod ok | Theo de Raadt | |
2003-08-20 | ansi and protos for the rest | Theo de Raadt | |
2003-08-20 | spaces | Theo de Raadt | |
2003-08-20 | protos and ansi (mostly ignored junk) | Theo de Raadt | |
2003-08-20 | ansi and protos | Theo de Raadt | |
2003-08-19 | simple protos and ansi | Theo de Raadt | |
2003-08-16 | spaces | Theo de Raadt | |
2003-08-16 | protos | Theo de Raadt | |
2003-08-16 | ansi | Theo de Raadt | |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst | |
argument. old cred only calls user suser_ucred. this will allow future work to more flexibly implement the idea of a root process. looks like something i saw in freebsd, but a little different. use of suser_ucred vs suser in file system code should be looked at again, for the moment semantics remain unchanged. review and input from art@ testing and further review miod@ | |||
2003-08-01 | Nuke calls to uvm_useracc() and instead check copyin() and copyout() for | Miod Vallat | |
failure, since the former is not reliable; requested by art@ long ago. | |||
2003-07-22 | Fix .depend generation for assym.h. Resolves PR 1154. | Otto Moerbeek | |
ok deraadt@ | |||
2003-07-19 | don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs) | David Krause | |
ok millert@ | |||
2003-06-06 | - section reorder | Jason McIntyre | |
- new sentence, new line - some macro fixes | |||
2003-06-04 | Delete UCB term 3. When there are other copyright owners, we affirm | Theo de Raadt | |
that we can see no legal situation under which they could require that term to remain (ie. This is equivelant to us taking the old UCB file, removing term 3 as specified by UCB, then re-applying each diff afterwards from the various authors) | |||
2003-06-04 | more term 3 & 4 from various developers, with permission of course | Theo de Raadt | |
2003-06-04 | more term 3 and 4 changes | Theo de Raadt | |
2003-06-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt | |
2003-06-03 | kill clause 3 and 4 from several of my copyrights, cleanup. | Dale Rahn | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-06-02 | Need snprintf here. | Miod Vallat | |
2003-06-02 | license cleanup of my files | Theo de Raadt | |
2003-06-01 | strcpy/strcat/sprintf removal in all bootblocks. various testing by | Theo de Raadt | |
various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind | |||
2003-05-31 | Don't use orw with a > 16 bits constant. | Miod Vallat | |
2003-05-30 | Sync the core dump routine with hp300; generates correct coredumps again. | Miod Vallat | |
2003-05-23 | remove old swapgeneric.c's | Ted Unangst | |
2003-05-23 | move swapgeneric to truly generic code. tested on many archs by miod and ↵ | Ted Unangst | |
mickey. | |||
2003-05-14 | add {b,c}devsw_lookup convenience functions. | Ted Unangst | |
move chrtoblk and blktochr into MI code. tested on several archs and ok deraadt@ | |||
2003-05-13 | Add option NO_PROPOLICE, which explicitely disables the use of the propolice | Miod Vallat | |
stack protection when building kernels. Intended to be used on installation media, with tight space constraints - currently, only added where SMALL_KERNEL was already defined. Not thoroughly tested, but requested by deraadt. | |||
2003-05-13 | remove -fno-stack-protector (enable propolice) | Ted Unangst | |
ok deraadt@ | |||
2003-05-11 | string cleaning; krw ok | Theo de Raadt | |
2003-05-08 | EXAMPLE -> EXAMPLES in .Sh section, as per mdoc template. | Jason McIntyre | |
crunch stuff still needs a bit of work. | |||
2003-04-25 | - added missing .Ed | Jason McIntyre | |
- new sentence, new line - whitespace at EOL removed | |||
2003-04-16 | Clarify license terms. | Miod Vallat | |
2003-04-06 | strcat/strcpy/sprintf cleanup. krw@, anil@ ok. art@ tested sparc64. | Hakan Olsson | |
2003-04-06 | Some easy strcpy elimination. | Kenneth R Westerback | |
a) strcpy -> strncpy for copies into disklabel fields d_packname and d_typename. b) '16' -> 'sizeof d_packname' or 'sizeof d_typename' in existing strncpy's. ok millert@ | |||
2003-03-06 | date should be written formally: .Dd Month day, year | David Krause | |
ok henning@ jmc@ | |||
2003-02-24 | Use MAKEDISKDEV and DISKUNIT macros instead of rolling our own inline version | Miod Vallat | |
of them. | |||
2003-02-24 | Do not redefine stuff already in <sys/disklabel.h> | Miod Vallat | |
2003-02-18 | copyrights added; | Jason McIntyre | |
*installboot*: all Paul Kranenburg pppctl(8): Brian Somers rpc.bootparamd(8): public domain | |||
2003-02-11 | be consistant on Hz vs hz | Michael Shalayeff | |
2003-02-07 | typos; | Jason McIntyre | |