aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Reduce buffer size from 64K to 4K.Maxim Sobolev2000-10-091-1/+1
* update to i4b version 0.95.04 (oops, forgot this one ..)Hellmuth Michaelis2000-10-091-0/+115
* remove MAINTAINER: i'll develop and maintain i4b from now on in theHellmuth Michaelis2000-10-092-3/+0
* update to i4b version 0.95.04Hellmuth Michaelis2000-10-0969-1041/+5980
* fix a typo & allow softclock to run on alphas.Andrew Gallatin2000-10-091-1/+1
* Don't make_dev() in bpfopen() unless we need to.Poul-Henning Kamp2000-10-091-2/+3
* Don't hold an extra reference to vnodes. Devfs vnodes are sufficientlyPoul-Henning Kamp2000-10-093-24/+28
* update to i4b version 0.95.04Hellmuth Michaelis2000-10-093-66/+116
* remove the tina-dd driver fragment, it is unlikely that it will get finished.Hellmuth Michaelis2000-10-093-497/+0
* update to i4b version 0.95.04Hellmuth Michaelis2000-10-0967-5562/+11422
* update to i4b version 0.95.04Hellmuth Michaelis2000-10-0953-1318/+8104
* Cleanup of bitstring.h:David Malone2000-10-092-78/+92
* Now I see the error of my ways.Daniel C. Sobral2000-10-091-6/+8
* Fixed include files to use sys/{cons,fb,kb}io.h instead ofKATO Takenori2000-10-095-7/+11
* .. fsck wrappers aftercommit #1: I don't know how these files got lost,Adrian Chadd2000-10-092-0/+467
* Reviewed by: rwatson, bpAdrian Chadd2000-10-0928-8135/+1011
* Reviewed by: rwatson, bpAdrian Chadd2000-10-091-0/+1
* .. forgot a ; at the end of the $FreeBSD$ string. How did I actually forgetAdrian Chadd2000-10-092-2/+2
* - simplify option flagsMunechika SUMIKAWA2000-10-091-13/+11
* Some missed magic in the fsck wrapper commit which is required by otherAdrian Chadd2000-10-096-1264/+1384
* String buffer overflow cleanup.Kris Kennaway2000-10-098-39/+39
* Reviewed by: rwatson, bpAdrian Chadd2000-10-0917-359/+327
* Initiate deorbit burn sequence for <machine/mouse.h>.Poul-Henning Kamp2000-10-0918-1022/+29
* A couple of negative options was not commented out in NOTES/LINT. ThisPoul-Henning Kamp2000-10-093-4/+6
* String buffer safety cleanup. I don't think any of these were exploitableKris Kennaway2000-10-094-12/+8
* Don't overflow in command-line argsKris Kennaway2000-10-091-2/+2
* Unremoved used include of <machine/ipl.h>. Removing it in rev.1.95Bruce Evans2000-10-093-0/+3
* Add :L and :U variable modifiers. These convert the variable's value toWill Andrews2000-10-092-0/+38
* Add :C/// variable modifier, which is similar to :S/// in functionalityWill Andrews2000-10-092-0/+414
* rm miniperl && cd /usr/ports && cvs update -PAd now recommendedWarner Losh2000-10-091-0/+9
* o Record the pccard_function in the ivar.Warner Losh2000-10-092-8/+12
* Clean up error recovery code:Justin T. Gibbs2000-10-096-68/+117
* Only attach "legacy" PCI busses if none have been attached via any otherMike Smith2000-10-092-6/+46
* Validate the PCI bus number that we fetch from our parent, since there's noMike Smith2000-10-092-4/+10
* Change the way that eventhandler lists are processed so that an eventMike Smith2000-10-091-5/+9
* Resolve the inconsistency between "the number of resources of a particularMike Smith2000-10-092-7/+38
* Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp2000-10-0848-48/+81
* Add HP PhotoSmart C500 id.Nick Hibma2000-10-081-2/+6
* Add copyright notices. Other systems have been barrowing our /etc filesDavid E. O'Brien2000-10-0839-23/+1017
* Use <space> not <tab> before VCS ID.David E. O'Brien2000-10-081-1/+2
* Duh, it is mtree(8) that creates boot/kernel for us as refered to inDavid E. O'Brien2000-10-080-0/+0
* Don't install manpages.David E. O'Brien2000-10-085-13/+0
* Unbreak detection of breakage in cy driver.Bruce Evans2000-10-082-12/+12
* Made this file compile again after move of stuff from <machine.ipl.h>Bruce Evans2000-10-082-2/+4
* Use schedsofttty() again (SMPng casualty with intentionally wrong fixBruce Evans2000-10-083-15/+3
* Use schedsofttty() again so that siopoll() gets scheduled as designedBruce Evans2000-10-082-10/+0
* KASSERT that mbuf external reference counts are > 0 before we removeDavid Malone2000-10-081-1/+4
* Fixed printf format errors which corrupted /var/db/mounttab on i386's withBruce Evans2000-10-081-3/+5
* Use the correct timestamp for the -C -p case when the comparison fails.Bruce Evans2000-10-081-2/+2
* Enable use of poll()Kris Kennaway2000-10-081-1/+1