aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update to PicoBSD 0.44 from RELENG_Roger Hardiman1999-06-146-39/+19
* Updated the BUGS section. BREAK is now implemented.Bruce Evans1999-06-142-56/+28
* Man pages for top refer to only 2.x, but not to 3.x and laterNick Hibma1999-06-142-4/+4
* Fix typo confusing `fa' and 'fb' registers.Hidetoshi Shimokawa1999-06-141-4/+4
* Come up with something useful when someone searches forBrian Somers1999-06-142-4/+6
* 1) remove the soft reset after a command failed.Nick Hibma1999-06-131-5/+17
* Eliminate the bogus procfs private almost struct dirent structure.Poul-Henning Kamp1999-06-136-86/+54
* 1) Add non-blocking I/O on readNick Hibma1999-06-131-6/+32
* 1) Add the USB controllers (will now print pretty strings when no usbNick Hibma1999-06-131-32/+64
* Shorten the strings a bit (remove 'Host')Nick Hibma1999-06-134-30/+32
* Fix placement of signal trampoline.Dmitrij Tejblum1999-06-131-2/+2
* Use pmap_kenter instead of pmap_enter to map the message buffer.Alan Cox1999-06-132-6/+4
* Removed checking for unit>NBKTR.Roger Hardiman1999-06-132-34/+4
* Add bktr_load for the loadable Bt848/Bt878 driver.Roger Hardiman1999-06-131-1/+2
* vm_map_protect:Alan Cox1999-06-121-2/+2
* Add bktr (Bt848/Bt878 driver loadable module) to the Makefile i386 only sectionRoger Hardiman1999-06-121-2/+2
* Change perl5 to perl (same change as made in the fxp module)Roger Hardiman1999-06-121-5/+5
* Makefile to build a loadable bktr Bt848/Bt878 device driverRoger Hardiman1999-06-121-0/+47
* Updated to use the new 4.x newbus APIRoger Hardiman1999-06-124-438/+592
* Fix a minor style nit in the NAME section.Mike Pritchard1999-06-111-1/+1
* Move the description of the strncmp() function from the RETURN VALUESMike Pritchard1999-06-111-6/+6
* Show the correct error if we fail to open a device.Brian Somers1999-06-111-7/+17
* Don't accept divert/tee/pipe rules without corresponding option.Ruslan Ermilov1999-06-111-3/+11
* Describe why a ``magic'' enddisc is not always a good idea.Brian Somers1999-06-112-4/+22
* Larger, space separated fields in the output of repquota.Joseph Koshy1999-06-111-5/+5
* Workaround the problem that the first (and only first) port nameRuslan Ermilov1999-06-111-9/+26
* Compile when NO_REGEX is defined.Tim Vanderhoek1999-06-111-0/+2
* Improvement in the description of what this does.Mark Murray1999-06-101-10/+10
* Replace my previous fix of saving the FP state with a much simpler one: whenDmitrij Tejblum1999-06-108-36/+22
* For vendor-specific commands sent using the 'camcontrol cmd' facility,Kenneth D. Merry1999-06-101-4/+4
* Remove 'SET_ASM_OP' macro, which is unused now and rather harmfulHidetoshi Shimokawa1999-06-101-2/+0
* Allow reserved substitution strings to be escaped by preceeding themBrian Somers1999-06-101-5/+7
* Never bring a link back up after receiving a terminating signal,Brian Somers1999-06-101-2/+2
* Change variable used for calculating ending address of physical memoryJonathan Lemon1999-06-102-4/+4
* Don't delete quota files when clean-tmps is enabled.Brian Somers1999-06-101-2/+3
* Allow a remote IP and port range specification in theBrian Somers1999-06-104-94/+176
* Initialise `mp'.Brian Somers1999-06-091-1/+2
* Allow our endpoint discriminator to be enabled, disabled, acceptedBrian Somers1999-06-096-20/+56
* Add a rather complicated but impressive example of howBrian Somers1999-06-098-0/+380
* Add detection code for NVidia Riva 128,TNT,TNT2Andrey A. Chernov1999-06-091-1/+19
* where_arge is allocated on stack and return address is overwrittenJordan K. Hubbard1999-06-091-3/+3
* Remove apple.com from time server list.Jordan K. Hubbard1999-06-093-18/+9
* Various edits to shrink fixit and enable dhcp-clientJordan K. Hubbard1999-06-097-6/+21
* Use the correct pid when substituting PROCESSID.Brian Somers1999-06-095-18/+22
* little optimization of locale sensing codeAndrey A. Chernov1999-06-091-28/+29
* Don't use static variables if we don't have to.Brian Somers1999-06-082-8/+11
* Don't drop the last character from lines in ppp.secret unless it's '\n'.Brian Somers1999-06-081-3/+5
* Use kmem_alloc_nofault() rather than kmem_alloc_pageable() to allocateDmitrij Tejblum1999-06-083-6/+6
* Add a function kmem_alloc_nofault() - same as kmem_alloc_pageable(), butDmitrij Tejblum1999-06-082-2/+27
* Keep fpcurproc locked in memory, so that we always can save the FP stateDmitrij Tejblum1999-06-087-14/+35