aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* use _PATH_DEVAlfred Perlstein2000-07-141-1/+1
* - Note that several features have been merged to 4.x.John Baldwin2000-07-141-4/+16
* sis_miibus_writereg() was checking for SIS_TYPE_900 and phy != 0 twiceBill Paul2000-07-141-3/+0
* Merged from sys/boot/i386/libi386/biosdisk.c revision 1.31.Yoshihiro Takahashi2000-07-141-29/+94
* o Marius pointed out an unusually inconvenient upper bound on extendedRobert Watson2000-07-141-1/+0
* Oops. I originally extended the bcopy to 8 characters to include thePeter Wemm2000-07-141-1/+1
* Change various log file modes from mode 664 to 644. Allowing groupPeter Wemm2000-07-142-13/+13
* Correct an additional off-by-one bug and buffer overflow. A malloc()Peter Wemm2000-07-141-2/+3
* Support propogation of file flags when building a homedir from theDavid Nugent2000-07-131-6/+17
* - When we save the existing MBR to a file, check to see if the MBR we areJohn Baldwin2000-07-131-83/+138
* Add a new command, 'cdid', to calculate and display a serial numberJosef Karthauser2000-07-132-0/+99
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-1361-282/+143
* Revert rev 1.24.David E. O'Brien2000-07-131-8/+8
* Allow symlinks to be created if they appear in the mtree specification.Josef Karthauser2000-07-132-5/+20
* Added a flag (-S) to mtree to specify that symlinks shouldn't beJosef Karthauser2000-07-133-1/+9
* o Commit two of two, introducing __cap_{get,set}_{fd,file} syscalls toRobert Watson2000-07-136-8/+48
* o Introduce syscall prototypes, stubs for __cap_{get,set}_{fd,file},Robert Watson2000-07-132-0/+36
* magnetic tape supportAndrew Gallatin2000-07-131-1/+40
* Extra sanity check when arp proxyall is enabled. Don't send an arpDavid Malone2000-07-131-0/+26
* * Mention 4.x as well as 3.xBen Smithurst2000-07-131-5/+10
* Document non-support by SRM for Symbios895 on PC164Wilko Bulte2000-07-131-1/+2
* Clarify "mount -a -t" example - it only unmounts stuff in /etc/fstab.David Malone2000-07-131-2/+5
* Spelling.Stephen McKay2000-07-131-2/+2
* Fix the ^D -> core dump problem properly. ^D == "quit" again.Stephen McKay2000-07-131-3/+4
* Fix a bug (misplaced continue) that caused redirects to fail. Lots of codeDag-Erling Smørgrav2000-07-131-16/+29
* Fix a bug in the stats display that showed up when resuming aborted transfers.Dag-Erling Smørgrav2000-07-131-2/+2
* Quirk entry for TeraSolutions TRC-22 RAID controller to keep mintagsDavid Greenman2000-07-131-0/+5
* Two entries:Warner Losh2000-07-131-0/+15
* Handle (for now) trivial one level bridge case so we can get theMatt Jacob2000-07-131-0/+8
* Prevent possible dereference of NULL pointer.Boris Popov2000-07-131-1/+1
* For infinite timeouts, set both the tv_sec and tv_usec fields to zero inJohn Baldwin2000-07-131-2/+6
* Fix race condition caused by using NG_SEND_DATAQ() where we meantArchie Cobbs2000-07-121-3/+1
* Permit multiple ``allow user'' lines in any given sectionBrian Somers2000-07-123-8/+19
* Fix a very obscure bug in select() and poll() where the timeout wouldJohn Baldwin2000-07-121-2/+2
* re-enable the tcp newreno code.Jayanth Vijayaraghavan2000-07-121-1/+1
* Rework the stats code for the nth time. Much cleaner now.Dag-Erling Smørgrav2000-07-121-98/+62
* Make builtin ident service work if the request arrives in more thanDavid Malone2000-07-121-15/+38
* Mention "amd -H" in the synopsis so that references to the "first formBen Smithurst2000-07-121-0/+2
* "ls" is note the same as "nlist", but it is the same as "dir". CorrectBen Smithurst2000-07-121-18/+30
* Update boot0cfg to handle the new boot0:John Baldwin2000-07-121-20/+52
* Grr forgot one important feature:John Baldwin2000-07-120-0/+0
* The new and improved boot0, v1.1. This version adds the following:John Baldwin2000-07-122-74/+213
* - Support MBR boot loaders that are larger than one sector size.John Baldwin2000-07-129-81/+99
* - Allow support for MBR boot loaders that are longer than one sector. AsJohn Baldwin2000-07-126-62/+16
* Note that "ether" is a supported address family for setting addresses.John Baldwin2000-07-121-0/+1
* - Always respect cylinder boundaries when creating slices unless the userJohn Baldwin2000-07-122-34/+140
* Add support to the 'ether' address family to support setting of addresses.John Baldwin2000-07-121-23/+28
* remove m_pulldown statistics, which is highly experimental and does notJun-ichiro itojun Hagino2000-07-123-113/+4
* Correct ``set filter'' usageBrian Somers2000-07-122-4/+8
* remove m_pulldown related statistics, it is not for production systemJun-ichiro itojun Hagino2000-07-121-32/+0