summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use m_dup() instead of m_copypacket() to duplicate the mbuf chain.archie1999-12-011-1/+1
* Eliminate compiler warning.archie1999-12-014-4/+4
* The functions m_copym() and m_copypacket() return read-only copies,archie1999-12-012-0/+79
* Add more comments describing how to use parse types and how they work.archie1999-12-011-46/+165
* Show how to supply a struct ng_cmdlist for (de)asciificationarchie1999-12-012-7/+49
* Preferentially allocate the first indirect block in the samemckusick1999-12-011-1/+1
* Add fairings. Do not depend on user actually supplying the argumentsdcs1999-12-011-0/+4
* Cosmetic changes to comments:sheldonh1999-12-013-24/+24
* Forgot to commit this in last commit.imp1999-12-011-0/+1
* A port of NetBSD's AlphaServer 1000 and 1000A support. Thanks to Cristiangallatin1999-12-018-2/+426
* The 6th bit of configuration port is not defined on pc98.nyan1999-12-011-0/+4
* Sync with sys/isa/sio.c revision 1.276.nyan1999-12-012-32/+8
* Initialize type correctly.phk1999-12-011-1/+3
* Add NULL for new entrypoint.julian1999-12-011-1/+2
* Add explicit null entries for new entrypoints.julian1999-12-016-6/+12
* change intial timeout for session negotiation from 1 to 2 seconds.julian1999-12-012-2/+4
* Fix the hang on card eject problem and maybe the hang on suspendimp1999-12-015-60/+55
* Separate some common sysctl code into sysctl_find_oid() and callinggreen1999-12-012-68/+67
* Collect read and write counts for filesystems. This new codemckusick1999-12-014-21/+48
* dummy version of read_random() until the real random driver is ported.dima1999-11-301-0/+9
* Add arc4random.c.dima1999-11-302-0/+2
* Just to avoid warning message about trigraph.shin1999-11-301-1/+1
* Implement linux_sigaltstack.marcel1999-11-309-29/+116
* Implement sigaltstack.marcel1999-11-302-2/+4
* Add ESS1879.dfr1999-11-303-0/+12
* Don't make the ktrace hook in tsleep() deref a null curproc after a panic.peter1999-11-301-1/+1
* Update documentation to reflect new functionality.archie1999-11-302-18/+118
* Reduce code duplication.mdodd1999-11-301-6/+8
* The symlink implementation could improperly return a NULL vp along withdillon1999-11-302-6/+66
* Fix typo.archie1999-11-301-3/+2
* Add two new generic control messages, NGM_ASCII2BINARY andarchie1999-11-3037-155/+3433
* Commit for r1.29 of ugen.c was wrong. All the ugenX* devicen_hibma1999-11-301-8/+16
* Make the pci driver compat shim return a preference for probepeter1999-11-302-2/+4
* add linuxulator wrapper for SNDCTL_DSP_GETODELAYalfred1999-11-294-0/+10
* tanimura implemented SNDCTL_DSP_GETODELAY for pcm.alfred1999-11-292-0/+11
* Remove vfs_getrootfsid() function (a temporary hack added a few monthsdillon1999-11-292-34/+0
* Report swapdevices as cdevs rather than bdevs.phk1999-11-294-11/+3
* Sync generated filesimp1999-11-292-4/+14
* Merge NetBSD 1.60 by jun:imp1999-11-291-1/+2
* Remove the now unused chrtoblk() function.phk1999-11-293-19/+0
* inline spl functions.gallatin1999-11-292-71/+62
* Implement inline assembler wrappers for PALcode calls and for alphadfr1999-11-291-35/+268
* In the extremely miniscule chance that read_random returns <= 0, don't trydan1999-11-291-2/+6
* Make BOOTP work again.dillon1999-11-294-4/+20
* Fix a stray (ifdef'ed) reference to a non-existing file.peter1999-11-291-4/+0
* - Fixed to support RSB-384/2000/3000.nyan1999-11-292-84/+70
* Sync with sys/i386/conf/files.i386 revision 1.282.nyan1999-11-292-0/+2
* Better error handeling:sos1999-11-292-30/+58
* Add a bit of sanity checking and problem avoidance in case thephk1999-11-292-4/+17
* How hard can it be to implement a 24bit counter in hardware ?phk1999-11-291-1/+33
OpenPOWER on IntegriCloud