summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | localize itache1999-09-112-13/+74
* | localize itache1999-09-112-15/+68
* | Change toupper/tolower so that they don't give a bogus answer if thedfr1999-09-111-2/+10
* | Fixed some style bugs (mainly disorderd prototypes).bde1999-09-111-14/+9
* | Get rid of MALLOC_INSTANTIATE and MALLOC_MAKE_TYPE(). Just handle the 3bde1999-09-112-12/+7
* | Add the AMD driver.gibbs1999-09-115-0/+14
* | Fix a compile warning.gibbs1999-09-111-0/+1
OpenPOWER on IntegriCloud