summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not attempt to free a nfs node if it is the root node. The rootps2000-05-011-2/+3
* Back out t_timeout initializing, now in ttyregisterache2000-05-011-1/+0
* Move t_timeout initializing to ttyregisterache2000-05-011-1/+1
* Remove the undocumented semconfig() system calls. These cause more troublepeter2000-05-011-8/+0
* * Move the driver_t::refs field to kobj_t to replace kobj_t::instances.dfr2000-05-014-12/+8
* Fix a couple of easy cases where we make two identical devices.. onepeter2000-05-011-4/+4
* 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
* Only set $MAIL_AGENT if it isn't already defined in the environment.nik2000-04-301-1/+1
* Remove reference to bsd2dos command, refer to fconv and similar.nik2000-04-301-3/+3
* Add descriptions of the nm(1) keywords and their meanings.nik2000-04-301-0/+26
* Add xref to cap_mkdb(1).nik2000-04-301-0/+1
* Note that X11 Forwarding is off by default.nik2000-04-301-4/+5
* Add another example showing how you can use pppctl to only allownik2000-04-301-0/+21
* Removed xref to mount_lfs, this died in 2.mumble.nik2000-04-302-2/+0
* 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
OpenPOWER on IntegriCloud