summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make pmap_mapdev() deal with non-page-aligned requests.peter1999-09-114-6/+36
* pick up locales from locale subdirache1999-09-111-0/+5
* install localized filesache1999-09-111-0/+5
* koi8-r mandoc tweaksache1999-09-112-0/+222
* Fix debut version to 3.3, not 4.0.iwasaki1999-09-111-1/+1
* source hyphen.us-ru from locale subdirache1999-09-111-1/+2
* install hyphen.us-ru under locale subdirache1999-09-111-1/+1
* add tmac/locale for man l10n tweaksache1999-09-111-0/+2
* Describe man_localesache1999-09-111-1/+11
* Add man_locales knob to specify localized man subdirs for makewhatis andache1999-09-111-0/+1
* localize itache1999-09-112-3/+47
* Fix kernel compile with BRIDGE, but without DUMMYNETnsayer1999-09-111-0/+3
OpenPOWER on IntegriCloud