summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* `permanent_link' is obsolete; update examples.ru1999-09-131-9/+7
* Add Ari Suutari as a maintainer.ru1999-09-131-0/+3
* Pull in the core bus drivers based on the machine type rather thanpeter1999-09-134-64/+78
* Document .Ox and .Nx macros.phantom1999-09-131-1/+3
* Update to current state of filesystems layout (almost complete)phantom1999-09-131-33/+71
* Add/adjust some $FreeBSD$ tags.peter1999-09-1314-15/+15
* Merged src/lib/libtelnet rev.1.9 (fixed removing of obsolete sharedbde1999-09-132-14/+8
* Get rid of a stray printf on boot. (BRDCTL = ...)ken1999-09-132-2/+0
* Apparently, it's not console=serial to set the serial console,jkh1999-09-133-3/+3
* Fixed some disordering (mainly of case lists for disks).bde1999-09-132-32/+34
* Merge from ../egcs/gcc/gcc.c rev.1.5:bde1999-09-131-0/+4
* Apply a consistent style to most of the etc scripts. Particularly, usesheldonh1999-09-1344-4320/+6050
* Fixed longstanding breakage of rm of deep directories in rev.1.2.bde1999-09-131-1/+1
* Moved the definition of `boottime' and its sysctl to the correct file.bde1999-09-133-4/+8
* Const poisoning from d_name.bde1999-09-131-6/+5
* Oops, I forgot to commit this together with the updates to the callers.bde1999-09-133-6/+6
* Removed diskerr()'s unused d_name arg and updated callers. This fixesbde1999-09-1310-17/+14
* Const'ify devtoname() and d_name. This exposes some errors (2 non-benign).bde1999-09-133-7/+11
* Fix disordering introduced in my previous commit.des1999-09-134-16/+16
* Document tcp_keepalive, tcp_drop_synfin, tcp_restrict_rst,des1999-09-131-0/+34
* Merge from sys/i386/conf/GENERIC revision 1.190.kato1999-09-132-10/+16
* "\t\t" -> " \t" as per rev. 1.611 (mangled in the previous commit)des1999-09-133-6/+6
* __collate_substitute() do something non-trivial only for German. For everyonedt1999-09-123-6/+25
* Bite the bullet and allocate the devsw entry at compile time.phk1999-09-124-29/+22
* Reduce time of __collate_substitute() from O(strlen(s)^2) to O(strlen(s)).dt1999-09-121-8/+11
* Fix a file descriptor leak in cam_open_btl(). The xpt device was opened,ken1999-09-121-1/+5
* ISDISK -> ISSEEKgreen1999-09-123-5/+5
* Correction: mem.c devices are "D_MEM" (and D_MEM is added.)green1999-09-125-11/+13
* This fix adds checking for the existance of the /var/msgsroberto1999-09-121-1/+1
* Add the net.inet.tcp.restrict_rst and net.inet.tcp.drop_synfin sysctldes1999-09-1214-0/+175
* Even more cleanups to dd(1). This is probably the culmination of thegreen1999-09-127-120/+117
* Mainly stylistic fixes:green1999-09-122-36/+26
* Make the d_flags of mem devices D_DISK to signify that they are disk-likegreen1999-09-123-3/+3
* Add new manpage device_set_flags.9 and add links fordfr1999-09-122-1/+60
* Fixed missing changes from sys/isa/sio.c.nyan1999-09-122-404/+220
* use %OB for months namesache1999-09-121-2/+2
* Merge missing changes from sys/i386/conf/files.i386.nyan1999-09-122-2/+4
* Redefine KEY_HOME as BOL like in pico, joe and lot of others and line editionache1999-09-121-2/+4
* Use a different tactic when creating the devsw so that disk_create()phk1999-09-123-46/+30
* Remove replace phygetvpbuf() with direct call to getpbuf();phk1999-09-121-19/+1
* Remove unneeded disk-related includes.phk1999-09-122-5/+0
* Change scheduling to use on the fly determination rather than presorting.phk1999-09-121-156/+137
* Move the #include directive up one line and out of the function body.marcel1999-09-121-1/+2
* Some PnP BIOSsen return garbage in the high byte of the number-of-devicesmsmith1999-09-122-0/+2
* When a STAT command is sent to ftpd as an out-of-band transmission duringmharo1999-09-121-0/+1
* Remove all \n from __COPYRIGHT(...) string - assembler can't parse themache1999-09-121-2/+2
* Add "alternative" forms of full month names.dt1999-09-116-0/+90
* Implement new format specifier for strftime: %OB, alternative nationaldt1999-09-113-19/+58
* Add FreeBSD history in 'HISTORY'alfred1999-09-111-1/+4
* vnode -> mountpointalfred1999-09-111-20/+11
OpenPOWER on IntegriCloud