summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak when export hook is not connected.mav2008-01-271-0/+2
* Remove one very strange unneded if.mav2008-01-271-7/+2
* Fix loading for case where we don't overload tcp_usrreqs by calling tcp_drop ...kmacy2008-01-271-1/+4
* fix DISABLE_MBUF_IOVEC case by initializing mbuf header completelykmacy2008-01-271-39/+11
* Add to the history section.obrien2008-01-271-0/+4
* Slightly simplify code.mav2008-01-271-6/+6
* - Fix a typo in a comment.marius2008-01-271-8/+10
* fts_pathlen is now a size_t rather than an int so a cast is needed.jb2008-01-271-6/+6
* Fix a typo in a comment.marius2008-01-271-1/+1
* Add a driver for the National Semiconductor DP83815, DP83843 andmarius2008-01-275-1/+531
* Sort values according to style.Makefile(5).marius2008-01-271-8/+9
* Increase maximum DDB capture buffer size to 5MB.rwatson2008-01-261-1/+1
* Improve multilink receive performance by netgraph item reuse.mav2008-01-261-5/+17
* Improve multilink xmit performance by netgraph item reuse.mav2008-01-261-3/+13
* Improve multilink receive performance with fragment headers preallocation.mav2008-01-261-22/+23
* rx mbufs must have a pkthdr; use m_gethdr to populate the rx ringsam2008-01-261-1/+1
* Allow DDB_CAPTURE_DEFAULTBUFSIZE and DDB_CAPTURE_MAXBUFSIZE to berwatson2008-01-262-13/+20
* OLDCARD is gone, release imp's lock.brueffer2008-01-261-1/+0
* OLDCARD is long gone, so finally remove the oldcard.4 manpage.brueffer2008-01-263-246/+3
* Our fts(3) API, as inherited from 4.4BSD, suffers from integeryar2008-01-269-112/+85
* Generally, anything that runs rc.d scripts internally shouldmtm2008-01-263-5/+5
* Rename DB_ constants in db_capture.c to DDB_ so that when they arerwatson2008-01-261-16/+16
* Generally, anything that runs rc.d scripts internally shouldmtm2008-01-261-5/+5
* Use 'quietstart' so as not to get spammed with informational diagnostics.mtm2008-01-261-24/+26
* Explain how the passno field in /etc/fstab works with fsckmpp2008-01-261-3/+24
* Document the no-op -r option of BSD xargs(1).keramida2008-01-261-2/+30
* Remove Giant acquisition around soreceive() and sosend() in fifofs. Therwatson2008-01-261-10/+4
* Sync up quotacheck's preen.c with fsck's. This makes quotacheckmpp2008-01-265-199/+237
* Re-implement: do not silently fail when a command is not carriedmtm2008-01-263-3/+18
* Catch up with revision 1.18 of dcons_os.c and add an example of how to usetrhodes2008-01-261-1/+12
* In rev. 1.156, the convertion of the minor number to the unit numberkib2008-01-261-3/+5
* One of my powerbooks has this chip in it..julian2008-01-261-0/+1
* Allow arbitrary baud rates, not just the standard ones.emaste2008-01-261-22/+14
* add opt_global.h dependencykmacy2008-01-261-1/+1
* Fix a harmless type error in 1.9.bde2008-01-251-1/+1
* Fix a bug where a thread that hit the race where the sleep timeout firesjhb2008-01-251-2/+1
* Update the timestamp regexps in syncstamp() and monostamp() for > 99999jhb2008-01-251-2/+2
* Backout previous commit. It's going to clutter the consolemtm2008-01-251-3/+0
* Clarify in what formats the grouplist for the '-G' switch may be accepted.mtm2008-01-251-1/+1
* If the rc.conf(5) variable for a script is not enabled do not failmtm2008-01-251-0/+3
* Hide ipfw internal data structures behind IPFW_INTERNAL rather thanrwatson2008-01-253-0/+16
* Rev. 1.6 made it impossible to use rc.d/kerberos with the krb5 port.mtm2008-01-252-2/+1
* Calculate baud rate divisor instead of allowing only a fixed set ofemaste2008-01-252-35/+71
* Fix a race in the sleepqueue timeout code that resulted in sleeps notjhb2008-01-251-4/+25
* Once the release goes out, RELENG_7_* will need approval from so@.cperciva2008-01-241-0/+1
* Move the code for working with kld's out into its own file.jhb2008-01-244-269/+306
* When asked to use kqueue, AIO stores its internal state in thedumbbell2008-01-242-4/+8
* Do not dereference NULL scp in the case the screen is not opened.kib2008-01-241-0/+2
* Reflect lockcount() axing and lockmgr() prototype changing.attilio2008-01-241-20/+2
* - sched_4bsd is no longer a default system scheduler on someru2008-01-242-13/+5
OpenPOWER on IntegriCloud