Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-07-17 | revert tcp_input.c to before 07/01/1999 - this seems to solve the mysterious | Niels Provos | |
data corruptions and panics that people have experienced. by reverting we loose tcp signatures and ipv6 cleanups, the code looked correct to me. | |||
1999-07-17 | do not brelse() badly | Theo de Raadt | |
1999-07-17 | correct fork statistics for UVM | Artur Grabowski | |
1999-07-17 | Fix a bug that caused panic instead of error return with invalid disk | Constantine Sapuntzakis | |
geometries. Make sure we don't brelse a buf that we don't have. | |||
1999-07-17 | A good hashing function for IPsec SAs that should remove the risks | Niklas Hallqvist | |
of running out of memory when adding SPIs. | |||
1999-07-16 | do not reset, helps the serial console | Michael Shalayeff | |
1999-07-16 | Sync with NetBSD: | Jason Wright | |
o Implement asynchronous autonegotiation when driven by the MII tick (one-second clock). Prevents .5s delays every 5 seconds when the interface is up but there is no link. o Correct the sense of the PCR_FLINK100 bit in nsphy.c. | |||
1999-07-16 | almost all of them | Michael Shalayeff | |
1999-07-15 | oops, wrong type for cpu_class | Theo de Raadt | |
1999-07-15 | Fix the MOD_VFS macro to reflect reality. | Artur Grabowski | |
Bump LKM_VERSION (Argh! I should have done that a few months ago!) Noted by rees@umich.edu | |||
1999-07-15 | Protect better against rehashing make the kernel run out of resources | Niklas Hallqvist | |
1999-07-15 | From angelos@, edits by me, demand keying for PF_KEY | Niklas Hallqvist | |
1999-07-15 | Don't destroy sysvshm if the vmspace is shared (only affects uvm) | Artur Grabowski | |
1999-07-15 | vm_offset_t -> {v,p}addr_t ; vm_size_t -> {v,p}size_t | Artur Grabowski | |
1999-07-14 | put sub-class of architecture in SVR4_SI_PLATFORM | Theo de Raadt | |
1999-07-14 | pnpdevs.h | Theo de Raadt | |
1999-07-14 | new modem | Theo de Raadt | |
1999-07-14 | Link vt.4 to pcvt.4 so one can do "man 4 vt" and have it do what you | Todd C. Miller | |
expect. Also, add xref's to the pcvt userland utils. | |||
1999-07-14 | display id numbers when card is probed but not known. | David Leonard | |
1999-07-14 | KNF, recognise more CIS strings | David Leonard | |
1999-07-14 | KNF, cleanup, add rl2_need_reset() | David Leonard | |
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... |