summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Don't build sshd if NO_OPENSSL defined.kris2000-07-301-1/+1
* Fix the HTTP transfer code to correctly parse the port number ifjkh2000-07-305-36/+40
* add suspend/resume for yamaha chipscg2000-07-301-0/+75
* Allow use of TSC even if APM is compiled in but disabled.phk2000-07-305-5/+30
* fix a potential local DoS attackcg2000-07-302-2/+13
* fix a bug where opening /dev/dsp twice resulted in it being busy until rebootcg2000-07-301-0/+3
* Update rev 1.29 -- 'draft-manning-dsua' is now in its 3rd version.obrien2000-07-301-1/+3
* Spell the word 'limited' with only one 't'.steve2000-07-302-2/+2
* Keep urandom as a link to random (but a hard link).green2000-07-301-1/+1
* Add the bufbio paper to the build.phk2000-07-301-2/+2
* Add the bio/buf paperphk2000-07-303-0/+1317
* Merged from sys/dev/syscons/scterm-sc.c revisions from 1.8 to 1.12.nyan2000-07-302-32/+74
* Merged from sys/dev/syscons/syscons.c revision 1.344.nyan2000-07-301-1/+2
* Merged from sys/boot/i386/btx/btx/btx.s revisions from 1.18 to 1.22.nyan2000-07-302-12/+74
* Darren,darrenr2000-07-301-1/+4
* Since the driver supports both (and may have different semantics forgreen2000-07-301-1/+1
* do the ac97 init delay for all chips and increase it to 500mscg2000-07-301-2/+3
* Initialize vflag like the rest (not necessary, but this keeps it together)peter2000-07-291-1/+4
* Optimize out no-op chmod() syscalls.peter2000-07-291-2/+5
* Add a skeleton rfork_thread(3) man page.peter2000-07-292-1/+79
* Add a prototype for rfork_thread().peter2000-07-291-0/+1
* Take a shot at implementing a functional rfork_thread() for alpha. Thispeter2000-07-292-0/+66
* Fix some rather interesting bugs that managed to not turn up in variouspeter2000-07-291-5/+5
* Regen. (Fix SYS_exit)peter2000-07-2923-39/+39
* Sigh. Fix SYS_exit problems. I misunderstood the significance of thesepeter2000-07-297-7/+7
* rfork(2) wrapper for simple rfork-style threads. I have lost count ofpeter2000-07-293-2/+114
* Remove this file incase of further confusion.ps2000-07-291-142/+0
* Change option -r to -n inline with conventions we use elsewhere.ps2000-07-292-5/+5
* Move RAID controllers to the same position as in i386 GENERIC.obrien2000-07-292-8/+8
* Revert previous commit. Not all RAID controllers are SCSI.obrien2000-07-292-12/+10
* Move the RAID controllers next to the SCSI controllers.obrien2000-07-292-10/+12
* Make the bridge_refresh operation automatic when ethernet interfacesnsayer2000-07-293-1/+14
* Add the RAID controller that are known to work (or did on last test).obrien2000-07-292-0/+8
* Add option 'r' to syslogd which will disable dns queries for everyps2000-07-292-3/+12
* Comment out `ncr' as `sym' handles all that `ncr' does.obrien2000-07-294-8/+8
* Deal with the exit entry in MIASM changing to sys_exit.peter2000-07-291-1/+1
* Regenerate with makesyscalls.shpeter2000-07-2923-41/+41
* Change the 'exit()' system call to 'sys_exit()'. This avoids overlappingpeter2000-07-299-11/+9
* "Fix" cast qualifier warnings using the uintptr_t intermediate trick.peter2000-07-282-6/+12
* Fix the #ifdef VFS_AIO to not compile a whole bunch of unused stuff in thepeter2000-07-281-7/+34
* Fix a warning re: a potentially unused pccard helper functionpeter2000-07-282-0/+4
* Fix warning - isa/isavar.h is a prerequisite for isa/pnpvar.hpeter2000-07-282-6/+2
* Change the defaults for portmap, sendmail and inetd to be not running them.eivind2000-07-284-3/+15
* Fix a const related warning.peter2000-07-281-1/+1
* Fix some style nits.peter2000-07-281-10/+13
* Fix warnings - make kevent args in comment match those in syscalls.master.peter2000-07-281-4/+4
* Minor tweak - removed unused variable 'struct mount *mp';peter2000-07-281-1/+0
* Minor change: fix warning - move a 'struct vnode *vp' declaration inside apeter2000-07-281-0/+2
* Fix a warning that has been annoying me for some time:peter2000-07-281-1/+1
* Minor cleanups:peter2000-07-282-55/+19
OpenPOWER on IntegriCloud