summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1999-07-17revert tcp_input.c to before 07/01/1999 - this seems to solve the mysteriousNiels 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-17do not brelse() badlyTheo de Raadt
1999-07-17correct fork statistics for UVMArtur Grabowski
1999-07-17Fix a bug that caused panic instead of error return with invalid diskConstantine Sapuntzakis
geometries. Make sure we don't brelse a buf that we don't have.
1999-07-17A good hashing function for IPsec SAs that should remove the risksNiklas Hallqvist
of running out of memory when adding SPIs.
1999-07-16do not reset, helps the serial consoleMichael Shalayeff
1999-07-16Sync 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-16almost all of themMichael Shalayeff
1999-07-15oops, wrong type for cpu_classTheo de Raadt
1999-07-15Fix 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-15Protect better against rehashing make the kernel run out of resourcesNiklas Hallqvist
1999-07-15From angelos@, edits by me, demand keying for PF_KEYNiklas Hallqvist
1999-07-15Don't destroy sysvshm if the vmspace is shared (only affects uvm)Artur Grabowski
1999-07-15vm_offset_t -> {v,p}addr_t ; vm_size_t -> {v,p}size_tArtur Grabowski
1999-07-14put sub-class of architecture in SVR4_SI_PLATFORMTheo de Raadt
1999-07-14pnpdevs.hTheo de Raadt
1999-07-14new modemTheo de Raadt
1999-07-14Link vt.4 to pcvt.4 so one can do "man 4 vt" and have it do what youTodd C. Miller
expect. Also, add xref's to the pcvt userland utils.
1999-07-14display id numbers when card is probed but not known.David Leonard
1999-07-14KNF, recognise more CIS stringsDavid Leonard
1999-07-14KNF, cleanup, add rl2_need_reset()David Leonard
1999-07-14KNF, symbolic constantsDavid Leonard
1999-07-14KNF, cleanupDavid Leonard
1999-07-14KNF, cleanup, saner namesDavid Leonard
1999-07-14KNFDavid Leonard
1999-07-14KNF, add "need initialise" and "promisc" soft state flags. Give names to ↵David Leonard
constants. Tentative addition of user ioctls
1999-07-13correct non-STDC caseTheo de Raadt
1999-07-13updateMichael Shalayeff
1999-07-13introduce fdremove() to mark a file descriptor as unused. fdremove makesNiels Provos
sure that the fd_freefile hints stay in sync, otherwise free file descriptors might not be overlooked by fdalloc(); ok millert@
1999-07-12allocate 5% bufcache if <=16M memory installedMichael Shalayeff
1999-07-12export cr24 and cr25 from trapframe structureMichael Shalayeff
1999-07-12don't resolve NULL at the bottom of the stack trace (parse trapframe later)Michael Shalayeff
1999-07-12note wax in the sample layoutMichael Shalayeff
1999-07-12better set_psw() usageMichael Shalayeff
1999-07-12vaddr_t,paddr_tMichael Shalayeff
1999-07-11WaveLANNiklas Hallqvist
1999-07-11regenNiklas Hallqvist
1999-07-11Some new pcmcia vendors and productsNiklas Hallqvist
1999-07-11WaveLAN driver from FreeBSDNiklas Hallqvist
1999-07-11Extend the pcmcia I/O space to what it should beNiklas Hallqvist
1999-07-09vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_tArtur Grabowski
1999-07-09oops. missed a fewArtur Grabowski
1999-07-09vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_tArtur Grabowski
remove "register" keywords Various cleanups.
1999-07-09vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_tArtur Grabowski
remove "register" keywords Various cleanups.
1999-07-09vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_tArtur Grabowski
remove "register" keywords Various cleanups.
1999-07-09MANSUBDIRTheo de Raadt
1999-07-09Fixup for linkTobias Weingartner
1999-07-09MANSUBDIRTheo de Raadt
1999-07-09rename SIMPLELOCK_DEBUG to LOCKDEBUGArtur Grabowski
clean up the debug functions add simple_lock_assert
1999-07-09- remove all trailing whitespaceAaron 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...