summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge the truncate(1) utility onto the RELENG_4 branch and adjustsheldonh2000-08-041-1/+1
* Add support for 2.x/3.x firmware adapters which are too old to have amsmith2000-08-042-2/+9
* Prevent buffer overflows.kris2000-08-041-0/+10
* Fix some of the arcdisk devsw functions to catch up with warning fixes injhb2000-08-041-8/+15
* Bring back the perform() function. However, conditionionalize it onjhb2000-08-041-0/+36
* Unbreak the OpenSSL headers for those of us who don't/can't use IDEA bygreen2000-08-041-1/+10
* Cleanup of TMPDIR code.kris2000-08-031-5/+5
* Improve performance in the case where ip_output() returns an error.archie2000-08-031-0/+15
* Change use of perror() to warn()kris2000-08-031-1/+1
* Merge from GENERIC. Mostly reenable some devices and add SOFTUPDATESimp2000-08-031-17/+19
* Make check for empty list in STAILQ_LAST() more readable.hsu2000-08-031-1/+1
* Modify to use fixed STAILQ_LAST().hsu2000-08-031-1/+1
* Restore STAILQ_LAST() semantics to match that of TAILQ_LAST()hsu2000-08-031-2/+7
* Explain "-c" option more exactly and state the default in the mandwmalone2000-08-032-8/+13
* specifer -> specifierdwmalone2000-08-031-1/+1
* Sort cases in getopt switch statement.dwmalone2000-08-031-31/+32
* Replace two calls to strlen+calloc+strcpy with strdup.dwmalone2000-08-031-12/+4
* Do not display icmp(4) sockets as non-existent bridge(4) sockets.ru2000-08-031-2/+2
* Make netstat(1) to be aware of divert(4) sockets.ru2000-08-032-1/+91
* Add the ESS Solo-1 to generic chip match.sanpei2000-08-031-0/+2
* - Fixed %si (offset to partition table) in boot.kato2000-08-031-3/+3
* Forced commit to note that actually, the last commit to this file was notjhb2000-08-030-0/+0
* Fix the more obvious warnings to deal with my earlier warning cleanups.jhb2000-08-035-20/+20
* Cleanup warnings. Most of these are signed/unsigned warnings, as well asjhb2000-08-0332-274/+278
* Fix several BDECFLAGS warnings. Also, actually use the 'verbose' parameterjhb2000-08-031-71/+104
* Cleanup warnings by adding missint prototypes, removing unneeded duplicatejhb2000-08-034-12/+20
* * Create entire directory path for modules.obrien2000-08-034-4/+4
* - Fixed pointer to the partition table in the buffer.kato2000-08-031-12/+7
* Don't bitch when trying to create a ${DESTDIR}/modules which alreadysheldonh2000-08-032-2/+2
* Fix buildkernel and installkernel when KERNEL is defined inmarcel2000-08-031-3/+3
* Install the openssl(1) manpage with an MLINK from ssl(8) to at least putkris2000-08-031-6/+12
* Add a comment as to where stdarg.h applies.mjacob2000-08-031-1/+1
* Fix HTTP port addresses for the IPv6 case.jkh2000-08-032-22/+26
* Use <machine/stdarg.h> instead of <stdarg.h> so that this will compile.jhb2000-08-031-1/+1
* Make the pfil.c code conditional on either option PFIL_HOOKS or IPFILTER.peter2000-08-031-1/+2
* Simplex devices will always report EBUSY on 2nd (and subsequent)nsayer2000-08-021-1/+1
* 1. Increase the size of the DMA buffer.nsayer2000-08-021-11/+32
* Fix previous commit such that only -S/--skip ignores errors when applyingkbyanc2000-08-021-0/+7
* Fix self referential dependencies. eg: uhub was packaged along withpeter2000-08-021-3/+13
* Fix the SYSINIT() bubble sort. This was fixed in kern_linker.c already.peter2000-08-021-1/+1
* Update for GDB 5.0.obrien2000-08-021-0/+73
* Undo some of my own damage. With this patch, it appears that bothnsayer2000-08-021-16/+17
* Add support for the Netgear GA620T copper gigabit card.wpaul2000-08-025-4/+20
* Add call to bus_generic_attach() at the end of sk_attach(). It turns out thatwpaul2000-08-022-0/+4
* Minor man page corrections and fixups to document the difference betweennsayer2000-08-021-21/+41
* Grrrr. Add definition for DC_WDOG_CTLWREN. I made this change yesterdaywpaul2000-08-022-0/+2
* Fix channel 1 playback the rest of the way. There are a couple ofnsayer2000-08-021-2/+2
* These files are for an arch we don't care about.obrien2000-08-023-3080/+0
* Resolve conflicts from vendor merge.sheldonh2000-08-026-17/+19
* Fix signedness bogon.des2000-08-021-7/+6
OpenPOWER on IntegriCloud