Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-07-14 | KNF, symbolic constants | David Leonard | |
1999-07-14 | KNF, cleanup | David Leonard | |
1999-07-14 | KNF, cleanup, saner names | David Leonard | |
1999-07-14 | KNF | David Leonard | |
1999-07-14 | KNF, add "need initialise" and "promisc" soft state flags. Give names to ↵ | David Leonard | |
constants. Tentative addition of user ioctls | |||
1999-07-13 | correct non-STDC case | Theo de Raadt | |
1999-07-13 | update | Michael Shalayeff | |
1999-07-13 | introduce fdremove() to mark a file descriptor as unused. fdremove makes | Niels Provos | |
sure that the fd_freefile hints stay in sync, otherwise free file descriptors might not be overlooked by fdalloc(); ok millert@ | |||
1999-07-12 | allocate 5% bufcache if <=16M memory installed | Michael Shalayeff | |
1999-07-12 | export cr24 and cr25 from trapframe structure | Michael Shalayeff | |
1999-07-12 | don't resolve NULL at the bottom of the stack trace (parse trapframe later) | Michael Shalayeff | |
1999-07-12 | note wax in the sample layout | Michael Shalayeff | |
1999-07-12 | better set_psw() usage | Michael Shalayeff | |
1999-07-12 | vaddr_t,paddr_t | Michael Shalayeff | |
1999-07-11 | WaveLAN | Niklas Hallqvist | |
1999-07-11 | regen | Niklas Hallqvist | |
1999-07-11 | Some new pcmcia vendors and products | Niklas Hallqvist | |
1999-07-11 | WaveLAN driver from FreeBSD | Niklas Hallqvist | |
1999-07-11 | Extend the pcmcia I/O space to what it should be | Niklas Hallqvist | |
1999-07-09 | vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_t | Artur Grabowski | |
1999-07-09 | oops. missed a few | Artur Grabowski | |
1999-07-09 | vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_t | Artur Grabowski | |
remove "register" keywords Various cleanups. | |||
1999-07-09 | vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_t | Artur Grabowski | |
remove "register" keywords Various cleanups. | |||
1999-07-09 | vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_t | Artur Grabowski | |
remove "register" keywords Various cleanups. | |||
1999-07-09 | MANSUBDIR | Theo de Raadt | |
1999-07-09 | Fixup for link | Tobias Weingartner | |
1999-07-09 | MANSUBDIR | Theo de Raadt | |
1999-07-09 | rename SIMPLELOCK_DEBUG to LOCKDEBUG | Artur Grabowski | |
clean up the debug functions add simple_lock_assert | |||
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||
1999-07-08 | same here.. | Theo de Raadt | |
1999-07-08 | flesh out .Dt | Theo de Raadt | |
1999-07-08 | bye | Theo de Raadt | |
1999-07-08 | no man page! | Theo de Raadt | |
1999-07-08 | install into man8/arch subdirs | Theo de Raadt | |
1999-07-08 | right | Michael Shalayeff | |
1999-07-08 | microtime(), s/cr15/eiem/, some comments, tabs vs spaces | Michael Shalayeff | |
1999-07-08 | Non UVM vaddr_t/paddr_t fixup | Tobias Weingartner | |
1999-07-08 | NFS -> NFSSERVER|NFSCLIENT | Theo de Raadt | |
1999-07-07 | define vaddr_t, paddr_t, vsize_t and psize_t | Artur Grabowski | |
1999-07-07 | sync | Theo de Raadt | |
1999-07-07 | correct ID; angelos | Theo de Raadt | |
1999-07-07 | typo | Michael Shalayeff | |
1999-07-07 | sync | Theo de Raadt | |
1999-07-07 | correct | Theo de Raadt | |
1999-07-07 | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | Aaron Campbell | |
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one. | |||
1999-07-06 | sync | Theo de Raadt | |
1999-07-06 | more... | Theo de Raadt | |
1999-07-06 | ipsec_in_use could get out of sync. (Also niklas@. angelos@ ok) | Hakan Olsson | |
1999-07-06 | Added TCP_SIGNATURE option. | cmetz | |
1999-07-06 | Added support for TCP MD5 option (RFC 2385). | cmetz | |