summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Phase mismatch handling from SCRIPTS had beengroudier2000-04-301-3/+3
* Fixes a potential buffer overflow with the pid filename.joe2000-04-301-1/+3
* Fixes a potential buffer overflow with the command line arguments.joe2000-04-301-7/+11
* Fixes a potential buffer overflow with 'ed [MAXPATHLEN + 1 characters]'.joe2000-04-301-3/+5
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-3065-65/+0
* For the M_PREPEND macro, remove an initial mbuf NULL check I added. Itgreen2000-04-301-5/+0
* Change the scheduler to actually respect the PUSER barrier. It's beengreen2000-04-304-6/+9
* Allow "-" for working with STDINache2000-04-302-16/+50
* Fix warn formatache2000-04-301-1/+1
* Remove bogus include, as per style(9).asmodai2000-04-301-2/+0
* Back out all drainwait changes. It is enough controllable via sysctl orache2000-04-307-55/+17
* gfmt: set drainwait only if changedache2000-04-301-2/+4
* Add sysctl variable to set initial drainwait timeout on ttyopen, default toache2000-04-301-1/+5
* Allocate space for arrays of type "char *", not "char **".ghelmer2000-04-301-3/+3
* 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-302-26/+136
* 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
* Allow overriding of net.inet.ip.fw.verbose_limit; if you want to make agreen2000-04-302-7/+15
* 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
* Fixed world breakage for the NOSHARED=yes case. libpam now depends onbde2000-04-301-3/+3
* Add reference to UNIX history graphing project.grog2000-04-301-23/+23
* 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
* Add a readdir function to the loader fsops vector, and implement thejlemon2000-04-2912-154/+249
* Add ext2fs support to the loader.jlemon2000-04-291-0/+903
* 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
* Remove unused include.asmodai2000-04-292-2/+0
* Remove a bogus include.asmodai2000-04-291-1/+0
OpenPOWER on IntegriCloud