summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Move the MSG* and SEM* options to opt_sysvipc.hpeter2000-05-0112-386/+240
* Regenerate (removed semconfig)peter2000-05-016-15/+8
* Remove the undocumented, flawed, broken-as-designed semconfig() syscall.peter2000-05-013-96/+2
* Remove undocumented broken-as-designed semconfig() syscall.peter2000-05-011-1/+1
* Back out t_timeout initializing, now in ttyregisterache2000-05-011-1/+0
* Move t_timeout initializing to ttyregisterache2000-05-011-1/+1
* * Move the driver_t::refs field to kobj_t to replace kobj_t::instances.dfr2000-05-014-12/+8
* Since ptys are allocated dynamically, there is no needs to keep theirache2000-05-011-1/+1
* Initialize t_timeout to -1 for console to set its default value once in ttyopenache2000-05-011-0/+1
* Split out the ISA bus front end code into its own file. PCCARD attachmentmdodd2000-05-015-298/+474
* Set t_timeout to its default sysctl value only once in ttyopenache2000-05-012-1/+4
* Fix for the HP burners (and possibly other broken drives to)sos2000-05-011-13/+5
* Now that I've got reports that this works, let's turn the debugging off.imp2000-05-011-4/+0
* - Merge sl_probe() and ni_probe().mdodd2000-05-011-84/+47
* Adjust to accomodate recent changes to the rcvdata and rcvmsgarchie2000-05-011-4/+6
* Reserve major device number for nsmb (SMB/CIFS protocol) device.bp2000-05-011-0/+1
* Phase mismatch handling from SCRIPTS had beengroudier2000-04-301-3/+3
* 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
* 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
OpenPOWER on IntegriCloud