summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* When running with soft updates, track the number of blocks and filesmckusick2001-05-0811-19/+125
* Several fixes for units errors:mckusick2001-05-081-10/+19
* mdoc(7) police: sort xrefs.ru2001-05-081-2/+2
* When syncing out snapshot metadata, we must temporarily allow recursivemckusick2001-05-081-27/+29
* GC some dead code relating to running df on unmounted block devices,kris2001-05-082-37/+1
* Just notify us once when encountering a partially allocated inode.mckusick2001-05-081-1/+1
* Sync up with OpenBSD. Too many changes to note, but the major featureskris2001-05-0821-209/+1562
* Ricoh RL5C46x cardbus bridges have the bits for 3E0 and 3E2. Theimp2001-05-082-8/+0
* Add some additional register definitions for some work I have in progress.imp2001-05-082-0/+4
* sys/mutex.h requires sys/lock.h for LINTbrian2001-05-071-0/+1
* Correct prototype (entry_p -> *entry_p)jedgar2001-05-071-1/+1
* Set the slot pointer in the pc98 case. Correct the name of the bridgeimp2001-05-071-2/+5
* Fix typos.horikawa2001-05-073-6/+6
* Use constants in <pccard/cis.h> for scannign the memory window with.dmlb2001-05-071-4/+4
* Ensure that pccardd sets up memory windows correctly for drivers otherdmlb2001-05-071-8/+36
* Fix a minor printing bug that prints incorrect information for memorydmlb2001-05-071-1/+1
* Minor updates:msmith2001-05-075-30/+47
* Pointy hat fix -- reapply the SRA PAM patch. To -current this time.nsayer2001-05-072-0/+266
* Add PAM support to SRA authentication. Cribbed mostly from ftpd. Thisnsayer2001-05-073-2/+6
* Properly copy the P_ALTSTACK flag in struct proc::p_flag to the childknu2001-05-075-34/+5
* Disable the card after sending the removed event up to the pccardimp2001-05-071-1/+1
* Only load KOI8-R-specific bits if document language is setru2001-05-071-2/+4
* Use foo () instead of foo ( ) for function definition,schweikh2001-05-071-2/+1
* Remove if_ray_oldcard.h because pccard support multiple windows now.dmlb2001-05-073-140/+11
* A bit of markup and spelling fixes.ru2001-05-071-17/+17
* Restore printing of routes cloned from a RTF_CLONING parentru2001-05-072-9/+10
* Change COM_LOCK/COM_UNLOCK to a regular mutex - still conditional onbrian2001-05-074-25/+25
* Cosmetics: .Dl -> .Li.ru2001-05-071-1/+1
* s/mtx_try_enter/mtx_trylock/dd2001-05-061-1/+1
* Make the disk mini-layer check for and handle zero-length transfersphk2001-05-069-50/+6
* Make LINT compile again.brian2001-05-061-0/+1
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalphk2001-05-0629-154/+75
* Introduce bioerror(struct bio*, int err, int complete);phk2001-05-061-0/+10
* Remove unneeded devfs_badop()phk2001-05-061-10/+0
* Fix return type of vop_stdputpages()phk2001-05-061-1/+2
* Fix a panic if MD devices were left half-created.phk2001-05-061-14/+12
* Add elf.h header back, its existance is an SVR4-ELF tradition.obrien2001-05-061-1/+1
* o First step in cleaning up authorization code for the posix4rwatson2001-05-062-16/+16
* SGMLify now completed. Comments are invited. I hope not to have introducedwilko2001-05-062-850/+1288
* Update the DiskOnChip firmware to OSAK version 4.1.phk2001-05-061-589/+687
* Restore I/O port resources to the condition before adv_isa_probe() isnyan2001-05-061-10/+17
* Merged from sys/i386/i386/machdep.c revision 1.448.kato2001-05-062-4/+0
* Use correct resource id for bus_release_resource().nyan2001-05-061-10/+10
* Move unused functions into #if 0 ... #endif.nyan2001-05-062-0/+8
* Merged from sys/i386/conf/GENERIC revision 1.304.nyan2001-05-061-3/+3
* Merged from sys/isa/fd.c revision 1.193.nyan2001-05-062-10/+10
* Create temporary files securely using mkstemp() instead of mktemp()kris2001-05-063-2/+13
* * fix ctm(8) to use mkstemp() instead of tempnam() for tempfilekris2001-05-065-7/+64
* Make soft updates option print more nicely and stop overflow ofjkh2001-05-062-10/+16
* When setting up the frame to invoke a signal handler, preserve thedeischen2001-05-062-4/+0
OpenPOWER on IntegriCloud