summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add sysctl variable to set initial drainwait timeout on ttyopen, default toache2000-04-301-1/+5
* Fix comments, whitespace to reduce diffs between this and GENERIC.markm2000-04-301-8/+12
* Fixed the type of some ivar access functions. Ivars have type uintptr_t,bde2000-04-308-17/+17
* Update the man page to reflect the recent changes to the kernel API forjulian2000-04-301-13/+68
* Include <sys/random.h> for rand_initialize().dfr2000-04-301-0/+1
* - Added UKBD_DFLT_KEYMAP option.nyan2000-04-301-4/+6
* Clean up MAXMEM routine.nyan2000-04-302-6/+6
* Fixed to support JIS7 KANJI.nyan2000-04-302-0/+80
* Sync with sys/boot/i386/libi386/biosdisk.c revision 1.30.nyan2000-04-301-160/+260
* Removed a stale forward struct declaration.bde2000-04-301-1/+0
* Removed superfluous forward declaration of struct klist. Forwardbde2000-04-301-22/+16
* Hmm, diff/patch still doesn't like me.phk2000-04-301-2/+2
* Updated the name of the idempotency macro to match the move of this file.bde2000-04-301-3/+4
* Define more DOSPTYP_* constants for different filesystem typesjlemon2000-04-303-0/+9
* Fall back to /pxeroot as the location of the NFS exported directoryps2000-04-291-10/+4
* Teach the loader about the ext2fs filesystem, extended partitions, andjlemon2000-04-297-163/+236
* Peter and I cross-committed: this file needs sys/kernel.h now.phk2000-04-291-0/+1
* Return 0 from attach.imp2000-04-291-1/+1
* s/biowait/bufwait/gphk2000-04-2918-34/+34
* Remove a leftover dysonism.phk2000-04-291-4/+0
* Remove unneeded #include <sys/kernel.h>phk2000-04-2971-72/+0
* Add a missing MODULE_DEPEND() on miibus.. I was working frompeter2000-04-292-0/+4
* Depend on miibus.peter2000-04-2915-0/+30
* Provide a tag so that miibus consumers can depend on the module,peter2000-04-291-0/+2
* Minimal tweak to make the ng_XXX modules depend on netgraph so that theypeter2000-04-292-1/+4
* nwfs depends on ncppeter2000-04-293-0/+6
* Stick a module dependency on 'splash' in the saver declaration macro sopeter2000-04-292-2/+6
* Initial dependency so that the kld's will link. imgact_coff dependspeter2000-04-292-0/+4
* The newer module dependency code exposes an apparent bug in thepeter2000-04-291-0/+1
* First round implementation of a fine grain enhanced module to modulepeter2000-04-298-385/+705
* Do not fault if curproc is null.peter2000-04-291-1/+1
* Do not use uprintf() for link time error messages. This has unpleasantpeter2000-04-292-8/+8
* This new version adds support for early NCR chips.groudier2000-04-296-2116/+4517
* Mark two functions as private.peter2000-04-296-0/+22
* LOAD_ADDRESS is not used here. See conf/ldscript.* for the link basepeter2000-04-294-4/+0
* Fixed typo.nyan2000-04-291-1/+1
* OOps forgot to check in this one...julian2000-04-281-3/+4
* Hookup /dev/[u]random on the Alpha.obrien2000-04-282-4/+91
* Initialise entropy pool.obrien2000-04-281-0/+5
* Two simple changes to the kernel internal API for netgraph modules,julian2000-04-2830-98/+188
* Replace PacketAliasRedirectPptp() (which had nothing specificru2000-04-285-111/+88
* Change Elf64_Brandinfo::brand from char* to int.dfr2000-04-281-1/+1
* Reserve register t7 on alpha to point at per-cpu global variables.dfr2000-04-281-1/+2
* When files are given to users by root, the quota system failed tomckusick2000-04-281-0/+10
* sanpai-san (sanpai@sanpai.org) suggested that we put the novel probeimp2000-04-281-2/+2
* Add a new macro CIRCLEQ_FOREACH_REVERSE for traversing through aarchie2000-04-271-0/+5
* make the example compile again.n_hibma2000-04-271-0/+2
* Add default 5min timeout for output drain to stop hanging on exit or in otherache2000-04-271-0/+2
* Spell PacketAliasRedirectAddr() correctly.ru2000-04-271-1/+1
* Load Sharing using IP Network Address Translation (RFC 2391, LSNAT).ru2000-04-273-27/+150
OpenPOWER on IntegriCloud