aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Remove the undocumented, flawed, broken-as-designed semconfig() syscall.Peter Wemm2000-05-013-96/+2
* Remove undocumented broken-as-designed semconfig() syscall.Peter Wemm2000-05-011-1/+1
* Back out t_timeout initializing, now in ttyregisterAndrey A. Chernov2000-05-011-1/+0
* Move t_timeout initializing to ttyregisterAndrey A. Chernov2000-05-011-1/+1
* * Move the driver_t::refs field to kobj_t to replace kobj_t::instances.Doug Rabson2000-05-014-12/+8
* Since ptys are allocated dynamically, there is no needs to keep theirAndrey A. Chernov2000-05-011-1/+1
* Initialize t_timeout to -1 for console to set its default value once in ttyopenAndrey A. Chernov2000-05-011-0/+1
* Split out the ISA bus front end code into its own file. PCCARD attachmentMatthew N. Dodd2000-05-015-298/+474
* Set t_timeout to its default sysctl value only once in ttyopenAndrey A. Chernov2000-05-012-1/+4
* Fix for the HP burners (and possibly other broken drives to)Søren Schmidt2000-05-011-13/+5
* Now that I've got reports that this works, let's turn the debugging off.Warner Losh2000-05-011-4/+0
* - Merge sl_probe() and ni_probe().Matthew N. Dodd2000-05-011-84/+47
* Adjust to accomodate recent changes to the rcvdata and rcvmsgArchie Cobbs2000-05-011-4/+6
* Reserve major device number for nsmb (SMB/CIFS protocol) device.Boris Popov2000-05-011-0/+1
* Phase mismatch handling from SCRIPTS had beenGerard Roudier2000-04-301-3/+3
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-3065-65/+0
* For the M_PREPEND macro, remove an initial mbuf NULL check I added. ItBrian Feldman2000-04-301-5/+0
* Change the scheduler to actually respect the PUSER barrier. It's beenBrian Feldman2000-04-304-6/+9
* Add sysctl variable to set initial drainwait timeout on ttyopen, default toAndrey A. Chernov2000-04-301-1/+5
* Fix comments, whitespace to reduce diffs between this and GENERIC.Mark Murray2000-04-301-8/+12
* Fixed the type of some ivar access functions. Ivars have type uintptr_t,Bruce Evans2000-04-308-17/+17
* Update the man page to reflect the recent changes to the kernel API forJulian Elischer2000-04-301-13/+68
* Include <sys/random.h> for rand_initialize().Doug Rabson2000-04-301-0/+1
* - Added UKBD_DFLT_KEYMAP option.Yoshihiro Takahashi2000-04-301-4/+6
* Clean up MAXMEM routine.Yoshihiro Takahashi2000-04-302-6/+6
* Fixed to support JIS7 KANJI.Yoshihiro Takahashi2000-04-302-0/+80
* Sync with sys/boot/i386/libi386/biosdisk.c revision 1.30.Yoshihiro Takahashi2000-04-301-160/+260
* Removed a stale forward struct declaration.Bruce Evans2000-04-301-1/+0
* Removed superfluous forward declaration of struct klist. ForwardBruce Evans2000-04-301-22/+16
* Hmm, diff/patch still doesn't like me.Poul-Henning Kamp2000-04-301-2/+2
* Updated the name of the idempotency macro to match the move of this file.Bruce Evans2000-04-301-3/+4
* Define more DOSPTYP_* constants for different filesystem typesJonathan Lemon2000-04-303-0/+9
* Fall back to /pxeroot as the location of the NFS exported directoryPaul Saab2000-04-291-10/+4
* Teach the loader about the ext2fs filesystem, extended partitions, andJonathan Lemon2000-04-297-163/+236
* Peter and I cross-committed: this file needs sys/kernel.h now.Poul-Henning Kamp2000-04-291-0/+1
* Return 0 from attach.Warner Losh2000-04-291-1/+1
* s/biowait/bufwait/gPoul-Henning Kamp2000-04-2918-34/+34
* Remove a leftover dysonism.Poul-Henning Kamp2000-04-291-4/+0
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-2971-72/+0
* Add a missing MODULE_DEPEND() on miibus.. I was working fromPeter Wemm2000-04-292-0/+4
* Depend on miibus.Peter Wemm2000-04-2915-0/+30
* Provide a tag so that miibus consumers can depend on the module,Peter Wemm2000-04-291-0/+2
* Minimal tweak to make the ng_XXX modules depend on netgraph so that theyPeter Wemm2000-04-292-1/+4
* nwfs depends on ncpPeter Wemm2000-04-293-0/+6
* Stick a module dependency on 'splash' in the saver declaration macro soPeter Wemm2000-04-292-2/+6
* Initial dependency so that the kld's will link. imgact_coff dependsPeter Wemm2000-04-292-0/+4
* The newer module dependency code exposes an apparent bug in thePeter Wemm2000-04-291-0/+1
* First round implementation of a fine grain enhanced module to modulePeter Wemm2000-04-298-385/+705
* Do not fault if curproc is null.Peter Wemm2000-04-291-1/+1
* Do not use uprintf() for link time error messages. This has unpleasantPeter Wemm2000-04-292-8/+8