| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Phase mismatch handling from SCRIPTS had been | groudier | 2000-04-30 | 1 | -3/+3 |
* | Fixes a potential buffer overflow with the pid filename. | joe | 2000-04-30 | 1 | -1/+3 |
* | Fixes a potential buffer overflow with the command line arguments. | joe | 2000-04-30 | 1 | -7/+11 |
* | Fixes a potential buffer overflow with 'ed [MAXPATHLEN + 1 characters]'. | joe | 2000-04-30 | 1 | -3/+5 |
* | Remove unneeded #include <vm/vm_zone.h> | phk | 2000-04-30 | 65 | -65/+0 |
* | For the M_PREPEND macro, remove an initial mbuf NULL check I added. It | green | 2000-04-30 | 1 | -5/+0 |
* | Change the scheduler to actually respect the PUSER barrier. It's been | green | 2000-04-30 | 4 | -6/+9 |
* | Allow "-" for working with STDIN | ache | 2000-04-30 | 2 | -16/+50 |
* | Fix warn format | ache | 2000-04-30 | 1 | -1/+1 |
* | Remove bogus include, as per style(9). | asmodai | 2000-04-30 | 1 | -2/+0 |
* | Back out all drainwait changes. It is enough controllable via sysctl or | ache | 2000-04-30 | 7 | -55/+17 |
* | gfmt: set drainwait only if changed | ache | 2000-04-30 | 1 | -2/+4 |
* | Add sysctl variable to set initial drainwait timeout on ttyopen, default to | ache | 2000-04-30 | 1 | -1/+5 |
* | Allocate space for arrays of type "char *", not "char **". | ghelmer | 2000-04-30 | 1 | -3/+3 |
* | Fix comments, whitespace to reduce diffs between this and GENERIC. | markm | 2000-04-30 | 1 | -8/+12 |
* | Fixed the type of some ivar access functions. Ivars have type uintptr_t, | bde | 2000-04-30 | 8 | -17/+17 |
* | Update the man page to reflect the recent changes to the kernel API for | julian | 2000-04-30 | 2 | -26/+136 |
* | Include <sys/random.h> for rand_initialize(). | dfr | 2000-04-30 | 1 | -0/+1 |
* | - Added UKBD_DFLT_KEYMAP option. | nyan | 2000-04-30 | 1 | -4/+6 |
* | Clean up MAXMEM routine. | nyan | 2000-04-30 | 2 | -6/+6 |
* | Fixed to support JIS7 KANJI. | nyan | 2000-04-30 | 2 | -0/+80 |
* | Sync with sys/boot/i386/libi386/biosdisk.c revision 1.30. | nyan | 2000-04-30 | 1 | -160/+260 |
* | Removed a stale forward struct declaration. | bde | 2000-04-30 | 1 | -1/+0 |
* | Allow overriding of net.inet.ip.fw.verbose_limit; if you want to make a | green | 2000-04-30 | 2 | -7/+15 |
* | Removed superfluous forward declaration of struct klist. Forward | bde | 2000-04-30 | 1 | -22/+16 |
* | Hmm, diff/patch still doesn't like me. | phk | 2000-04-30 | 1 | -2/+2 |
* | Updated the name of the idempotency macro to match the move of this file. | bde | 2000-04-30 | 1 | -3/+4 |
* | Define more DOSPTYP_* constants for different filesystem types | jlemon | 2000-04-30 | 3 | -0/+9 |
* | Fixed world breakage for the NOSHARED=yes case. libpam now depends on | bde | 2000-04-30 | 1 | -3/+3 |
* | Add reference to UNIX history graphing project. | grog | 2000-04-30 | 1 | -23/+23 |
* | Fall back to /pxeroot as the location of the NFS exported directory | ps | 2000-04-29 | 1 | -10/+4 |
* | Teach the loader about the ext2fs filesystem, extended partitions, and | jlemon | 2000-04-29 | 7 | -163/+236 |
* | Add a readdir function to the loader fsops vector, and implement the | jlemon | 2000-04-29 | 12 | -154/+249 |
* | Add ext2fs support to the loader. | jlemon | 2000-04-29 | 1 | -0/+903 |
* | Peter and I cross-committed: this file needs sys/kernel.h now. | phk | 2000-04-29 | 1 | -0/+1 |
* | Return 0 from attach. | imp | 2000-04-29 | 1 | -1/+1 |
* | s/biowait/bufwait/g | phk | 2000-04-29 | 18 | -34/+34 |
* | Remove a leftover dysonism. | phk | 2000-04-29 | 1 | -4/+0 |
* | Remove unneeded #include <sys/kernel.h> | phk | 2000-04-29 | 71 | -72/+0 |
* | Add a missing MODULE_DEPEND() on miibus.. I was working from | peter | 2000-04-29 | 2 | -0/+4 |
* | Depend on miibus. | peter | 2000-04-29 | 15 | -0/+30 |
* | Provide a tag so that miibus consumers can depend on the module, | peter | 2000-04-29 | 1 | -0/+2 |
* | Minimal tweak to make the ng_XXX modules depend on netgraph so that they | peter | 2000-04-29 | 2 | -1/+4 |
* | nwfs depends on ncp | peter | 2000-04-29 | 3 | -0/+6 |
* | Stick a module dependency on 'splash' in the saver declaration macro so | peter | 2000-04-29 | 2 | -2/+6 |
* | Initial dependency so that the kld's will link. imgact_coff depends | peter | 2000-04-29 | 2 | -0/+4 |
* | The newer module dependency code exposes an apparent bug in the | peter | 2000-04-29 | 1 | -0/+1 |
* | First round implementation of a fine grain enhanced module to module | peter | 2000-04-29 | 8 | -385/+705 |
* | Remove unused include. | asmodai | 2000-04-29 | 2 | -2/+0 |
* | Remove a bogus include. | asmodai | 2000-04-29 | 1 | -1/+0 |