| Commit message (Expand) | Author | Age | Files | Lines |
* | Restore the minfree functionality into savecore. This patch | mux | 2002-05-04 | 1 | -7/+80 |
* | Make sure we don't index the pm_rid array out of bounds in | marcel | 2002-05-04 | 1 | -0/+10 |
* | style(9): 'if' and 'while' need a space after them. | alfred | 2002-05-04 | 1 | -3/+3 |
* | Add myself. | mini | 2002-05-04 | 1 | -0/+1 |
* | Grouping changes. | jmallett | 2002-05-04 | 1 | -2/+2 |
* | Don't use pointers as booleans. | jmallett | 2002-05-04 | 1 | -3/+3 |
* | Try to de-confuse ad-hoc, demo ad-hoc and ibss: | imp | 2002-05-04 | 1 | -11/+23 |
* | Include systm.h so panic(9) is defined when doing DEBUG_ALL_VFS_LOCKS. | jeff | 2002-05-04 | 1 | -0/+1 |
* | Include systm.h for panic(9) so that DEBUG_ALL_VFS_LOCKS compiles. | jeff | 2002-05-04 | 4 | -0/+4 |
* | include systm.h in vnode_if.c so that panic is defined when we're doing | jeff | 2002-05-04 | 1 | -0/+1 |
* | o Remove GIANT_REQUIRED from vm_map_lookup_entry() and | alc | 2002-05-04 | 2 | -7/+3 |
* | Replace calloc(3) with malloc(3), and set the tail of the | jmallett | 2002-05-04 | 1 | -2/+3 |
* | em(4) updates. | bmah | 2002-05-03 | 2 | -2/+6 |
* | New release notes: PCI_ENABLE_IO_MODES (+MFC), drm drivers, | bmah | 2002-05-03 | 2 | -8/+58 |
* | style(9): sort includes, remove EOL spaces. | maxim | 2002-05-03 | 1 | -6/+6 |
* | I have no idea how I managed to get two lines about geom in there... | phk | 2002-05-03 | 1 | -1/+0 |
* | wait(2) for compress_log() processes to complete before exit. | maxim | 2002-05-03 | 1 | -0/+3 |
* | Rename `eqrelval' which was renamed from `eqrel' to quiet a shadow warning | jmallett | 2002-05-03 | 1 | -3/+3 |
* | Various updates to VOP_ATTRIB(9): mention locks being shared/exclusive | rwatson | 2002-05-03 | 1 | -4/+13 |
* | Fix a bug whereby we were getting ~0 and comparing it to maxsize, i.e. if | jmallett | 2002-05-03 | 1 | -1/+1 |
* | Add a test for the -R option. | jmallett | 2002-05-03 | 2 | -1/+8 |
* | HPFS picks up the vop_stdgetpages and vop_stdputpages member functions | phk | 2002-05-03 | 1 | -2/+0 |
* | Minor tweaks: | imp | 2002-05-03 | 1 | -8/+19 |
* | Typo fix: detects -> detect. | jmallett | 2002-05-03 | 6 | -6/+6 |
* | Fix a memory-leak when configuring a vnode backed md(4) device fails. | phk | 2002-05-03 | 1 | -13/+16 |
* | Move substitution out to a function, prerun(), and replace use of run() with | jmallett | 2002-05-03 | 1 | -85/+78 |
* | Fix fd leak. Threads people: does the call above to `access' need to be | wollman | 2002-05-03 | 1 | -1/+3 |
* | Get rid of bogus holder for realloc(3). | jmallett | 2002-05-03 | 1 | -6/+5 |
* | Rewrite the loop that handles substitution in the -I case, and try to make | jmallett | 2002-05-03 | 1 | -15/+75 |
* | Rename `lflag' to `Lflag' to match the option's case. | jmallett | 2002-05-03 | 1 | -6/+6 |
* | s/pfs_badop/vop_eopnotsupp/ | des | 2002-05-03 | 1 | -17/+9 |
* | Revert revision 1.22. I incorrectly modified the Berkeley identifiers. | jmallett | 2002-05-03 | 1 | -3/+12 |
* | Revert vendor identifiers, and #if 0 what is #if 0/#else for OpenBSD. | jmallett | 2002-05-03 | 6 | -13/+52 |
* | Regenerate -I output since an argument bogon in the -I code was fixed, among | jmallett | 2002-05-03 | 1 | -1/+1 |
* | Unbreak static build and remove usage() that isn't usage(). | des | 2002-05-03 | 1 | -15/+8 |
* | This commit was generated by cvs2svn to compensate for changes in r95978, | des | 2002-05-03 | 1 | -2/+2 |
|\ |
|
| * | Initialize other to all-zeroes before using it (perforce change 10738) | des | 2002-05-03 | 1 | -2/+2 |
* | | Initialize time_second to 1 instead of zero to pacify slightly bogus arp code. | phk | 2002-05-03 | 2 | -7/+5 |
* | | Don't grab the lock until somewhat later in attach to avoid a lock | phk | 2002-05-03 | 2 | -12/+14 |
* | | Name ufs_vop_[gs]etextattr() consistently with the rest of our VOPs and | phk | 2002-05-03 | 4 | -16/+16 |
* | | As malloc(9) and free(9) are now Giant-free, remove the Giant lock | tanimura | 2002-05-03 | 4 | -26/+7 |
* | | The first argument of pgsigio() is now struct sigio **. | tanimura | 2002-05-03 | 1 | -1/+1 |
* | | Remove Apple Airport card, since it seems to be mac-only. | imp | 2002-05-03 | 1 | -10/+11 |
* | | Additional patches from OpenBSD. Mostly grammar fixes and the like, | imp | 2002-05-03 | 1 | -5/+9 |
* | | Fix the lock order reversal between the sigio lock and a process/pgrp lock in | tanimura | 2002-05-03 | 3 | -2/+10 |
* | | Adjust KINFO_PROC_SIZE due to segsz_t being changed from a 32-bit to | marcel | 2002-05-03 | 1 | -4/+1 |
* | | Pre-generate the optimized x86 crypto code and check it in rather than | peter | 2002-05-03 | 15 | -41/+14661 |
* | | bzero out the sync command buffer when sending commands. This was causing | scottl | 2002-05-03 | 2 | -5/+13 |
* | | Bring the wi man page into the 21st centry. This man page is based | imp | 2002-05-02 | 1 | -26/+218 |
* | | MFNetBSD: | joe | 2002-05-02 | 1 | -1/+4 |