summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Include systm.h for panic(9) so that DEBUG_ALL_VFS_LOCKS compiles.jeff2002-05-044-0/+4
* include systm.h in vnode_if.c so that panic is defined when we're doingjeff2002-05-041-0/+1
* o Remove GIANT_REQUIRED from vm_map_lookup_entry() andalc2002-05-042-7/+3
* Replace calloc(3) with malloc(3), and set the tail of thejmallett2002-05-041-2/+3
* em(4) updates.bmah2002-05-032-2/+6
* New release notes: PCI_ENABLE_IO_MODES (+MFC), drm drivers,bmah2002-05-032-8/+58
* style(9): sort includes, remove EOL spaces.maxim2002-05-031-6/+6
* I have no idea how I managed to get two lines about geom in there...phk2002-05-031-1/+0
* wait(2) for compress_log() processes to complete before exit.maxim2002-05-031-0/+3
* Rename `eqrelval' which was renamed from `eqrel' to quiet a shadow warningjmallett2002-05-031-3/+3
* Various updates to VOP_ATTRIB(9): mention locks being shared/exclusiverwatson2002-05-031-4/+13
* Fix a bug whereby we were getting ~0 and comparing it to maxsize, i.e. ifjmallett2002-05-031-1/+1
* Add a test for the -R option.jmallett2002-05-032-1/+8
* HPFS picks up the vop_stdgetpages and vop_stdputpages member functionsphk2002-05-031-2/+0
* Minor tweaks:imp2002-05-031-8/+19
* Typo fix: detects -> detect.jmallett2002-05-036-6/+6
* Fix a memory-leak when configuring a vnode backed md(4) device fails.phk2002-05-031-13/+16
* Move substitution out to a function, prerun(), and replace use of run() withjmallett2002-05-031-85/+78
* Fix fd leak. Threads people: does the call above to `access' need to bewollman2002-05-031-1/+3
* Get rid of bogus holder for realloc(3).jmallett2002-05-031-6/+5
* Rewrite the loop that handles substitution in the -I case, and try to makejmallett2002-05-031-15/+75
* Rename `lflag' to `Lflag' to match the option's case.jmallett2002-05-031-6/+6
* s/pfs_badop/vop_eopnotsupp/des2002-05-031-17/+9
* Revert revision 1.22. I incorrectly modified the Berkeley identifiers.jmallett2002-05-031-3/+12
* Revert vendor identifiers, and #if 0 what is #if 0/#else for OpenBSD.jmallett2002-05-036-13/+52
* Regenerate -I output since an argument bogon in the -I code was fixed, amongjmallett2002-05-031-1/+1
* Unbreak static build and remove usage() that isn't usage().des2002-05-031-15/+8
* This commit was generated by cvs2svn to compensate for changes in r95978,des2002-05-031-2/+2
|\
| * Initialize other to all-zeroes before using it (perforce change 10738)des2002-05-031-2/+2
* | Initialize time_second to 1 instead of zero to pacify slightly bogus arp code.phk2002-05-032-7/+5
* | Don't grab the lock until somewhat later in attach to avoid a lockphk2002-05-032-12/+14
* | Name ufs_vop_[gs]etextattr() consistently with the rest of our VOPs andphk2002-05-034-16/+16
* | As malloc(9) and free(9) are now Giant-free, remove the Giant locktanimura2002-05-034-26/+7
* | The first argument of pgsigio() is now struct sigio **.tanimura2002-05-031-1/+1
* | Remove Apple Airport card, since it seems to be mac-only.imp2002-05-031-10/+11
* | Additional patches from OpenBSD. Mostly grammar fixes and the like,imp2002-05-031-5/+9
* | Fix the lock order reversal between the sigio lock and a process/pgrp lock intanimura2002-05-033-2/+10
* | Adjust KINFO_PROC_SIZE due to segsz_t being changed from a 32-bit tomarcel2002-05-031-4/+1
* | Pre-generate the optimized x86 crypto code and check it in rather thanpeter2002-05-0315-41/+14661
* | bzero out the sync command buffer when sending commands. This was causingscottl2002-05-032-5/+13
* | Bring the wi man page into the 21st centry. This man page is basedimp2002-05-021-26/+218
* | MFNetBSD:joe2002-05-021-1/+4
* | Retire makeobjops.pl - replaced by ../tools/makeobjops.awk.peter2002-05-021-473/+0
* | Make em driver compilable on IA64/alpha.pdeuskar2002-05-021-4/+4
* | Retire makeLINT.plpeter2002-05-021-23/+0
* | Makefile uses genwakecode.sh now.peter2002-05-021-22/+0
* | Cleanup, quote:alfred2002-05-021-32/+29
* | As promised make the hack for sizeof(struct disklabel) on alpha annoying.phk2002-05-021-3/+14
* | Swap the order of mount and nmount calls. We now call nmountmux2002-05-021-14/+14
* | Convert devfs to nmount.mux2002-05-022-7/+7
OpenPOWER on IntegriCloud