aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Markup nits.Ruslan Ermilov2005-05-301-2/+2
* Add the Dell PERC 4/IM as supported.Christian Brueffer2005-05-301-1/+3
* - Don't set our bio op to be a READ when we've just completed a write. ThereJeff Roberson2005-05-301-10/+10
* - Add bufobj_wrefl() to add a write ref to a bufobj that is already locked.Jeff Roberson2005-05-302-0/+10
* Deny to switch into banked video mode when it is not available. SomeXin LI2005-05-301-1/+2
* Kernel hooks to support PMC sampling modes.Joseph Koshy2005-05-309-22/+78
* Eliminate aio_activeproc; it's unused.Alan Cox2005-05-301-6/+0
* malloc.h relies on param.h for a definition of MAXCPU. I guess that there isScott Long2005-05-302-0/+2
* Correct mistake in previous commit: add 'bsm' to LDIRS not LSUBDIRS.Robert Watson2005-05-301-2/+2
* Create nexus in configure_first() instead of in configure(). ThisMarcel Moolenaar2005-05-297-14/+17
* s/-1000/BUS_PROBE_LOW_PRIORITY/Seigo Tanimura2005-05-291-1/+1
* Call cninit_finish() from configure_final().Marcel Moolenaar2005-05-292-0/+2
* Call cninit_finish() in configure_final().Marcel Moolenaar2005-05-291-0/+2
* Call cninit_finish() and set cold to 0 in configure_final() insteadMarcel Moolenaar2005-05-291-3/+3
* o Call cninit_finish() in configure_final().Marcel Moolenaar2005-05-291-86/+1
* Make bzip2 support working again after bzip2 upgrade. This time commitMaxim Sobolev2005-05-292-4/+28
* Eliminate aio_bufjobs; it's unused.Alan Cox2005-05-291-5/+0
* Catch up with s/dev_t/struct cdev */.Simon L. B. Nielsen2005-05-291-3/+3
* White space normalization: use tabs instead of spaces before and afterRobert Watson2005-05-291-39/+39
* Add missed ${.CURDIR}/../../contrib/bzip2 into include search path, otherwiseMaxim Sobolev2005-05-291-1/+1
* Normalize white space in syscalls.master: try to use tabs before systemRobert Watson2005-05-291-20/+20
* Add a new field, sy_auevent, to the system call entry descriptionRobert Watson2005-05-291-0/+3
* Hand it to spaff, he knows how to say it:Poul-Henning Kamp2005-05-291-0/+5
* bump version for libpcap (+tcpdump) importSam Leffler2005-05-291-1/+1
* update after import of v3.9.1-096Sam Leffler2005-05-292-8/+50
* resolve merge conflicts and update for proper build; including:Sam Leffler2005-05-2931-1799/+3316
* This commit was generated by cvs2svn to compensate for changes in r146775,Sam Leffler2005-05-2911-16/+181
|\
| * Virgin import of tcpdump v3.9.1 (alpha 096) from tcpdump.orgSam Leffler2005-05-2911-16/+181
* | This commit was generated by cvs2svn to compensate for changes in r146773,Sam Leffler2005-05-29126-1927/+10689
|\|
| * Virgin import of tcpdump v3.9.1 (alpha 096) from tcpdump.orgSam Leffler2005-05-29157-3657/+13963
* | update for import of v0.9.1-096Sam Leffler2005-05-291-61/+125
* | resolve merge conflictsSam Leffler2005-05-2910-895/+600
* | This commit was generated by cvs2svn to compensate for changes in r146768,Sam Leffler2005-05-2943-1058/+6642
|\ \
| * | Virgin import of libpcap v0.9.1 (alpha 096) from tcpdump.orgSam Leffler2005-05-2953-1344/+7271
* | | Chop a '>' in a feature name (RSVD2>) that snuck in;Jens Schweikhardt2005-05-292-2/+2
* | | Due to a last minute change in the #ifdefing in malloc.h before committing,Robert Watson2005-05-291-0/+1
* | | Constify savedir pointer, and remove an accompaning strdup() call.Xin LI2005-05-291-8/+3
* | | Add /usr/include/bsm to mtree creation set.Robert Watson2005-05-291-0/+2
* | | Do install BSM include files (such as they are) when installing systemRobert Watson2005-05-291-1/+1
* | | For consistency with more system include files, add a trailing '_' toRobert Watson2005-05-291-3/+3
* | | Add place-holder audit.h that defines only au_event_t, which is neededRobert Watson2005-05-291-0/+39
* | | Give variable an initial value. Use errx() instead of fprintf().Philippe Charnier2005-05-291-4/+4
* | | Reduce compiler warning: variable might be used uninitialized, by givingPhilippe Charnier2005-05-291-3/+5
* | | Even if variable is never used uninitialized by the semantic, reduce compilerPhilippe Charnier2005-05-291-0/+2
* | | rscid -> __FBSDID. Mark parameter as __unused when necessary.Philippe Charnier2005-05-294-9/+13
* | | Move variable initialization to reduce compiler warning.Philippe Charnier2005-05-291-2/+2
* | | Reduce compiler warning: variable might be used uninitialized, by givingPhilippe Charnier2005-05-292-0/+2
* | | Move FreeBSD Id outside of copyright. Initialize variable.Philippe Charnier2005-05-291-2/+4
* | | Typo correction.Tai-hwa Liang2005-05-291-1/+1
* | | Modify vmstat(8)'s domem() routine, which is responsible for extractingRobert Watson2005-05-291-7/+38