aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Be more insistent on destroying geoms at unload time. Still not perfect,Poul-Henning Kamp2004-03-111-2/+8
* Add a newsyslog.conf manual page. This follows suit with the other utilitiesTom Rhodes2004-03-112-0/+371
* Remove information about the configuration file.Tom Rhodes2004-03-111-308/+3
* Back out id -g checks as they are wrong (sendmail group untouched).Max Laier2004-03-111-8/+0
* Remove stale or broken call to kdb_trap() and protected by the non-Marcel Moolenaar2004-03-112-8/+0
* Give xterm-basic the le entry. bs should be avoided.Jens Schweikhardt2004-03-101-1/+1
* A manpage for ng_eiface(4).Ruslan Ermilov2004-03-102-0/+124
* Identify the Deerfield processor. Deerfield is a low-voltage variantMarcel Moolenaar2004-03-101-12/+25
* Reworked the fix to print the useful line number on error inRuslan Ermilov2004-03-103-89/+79
* Don't call devsw() more than we need to, and in particular do not exposePoul-Henning Kamp2004-03-101-4/+4
* Make the extern for adv_mcode match the reality: it's u_int8_t, butPoul-Henning Kamp2004-03-101-1/+1
* Fix a long-standing deadlock issue with vnode backed md(4) devices:Poul-Henning Kamp2004-03-104-4/+14
* Add an option to write collected data to file in binary format. ThisPoul-Henning Kamp2004-03-101-1/+18
* Undo the previous commit, which was just plain wrong, and then correctlyGarance A Drosehn2004-03-101-2/+2
* Increase __FreeBSD_version to reflect the transition from 32-bit toGarance A Drosehn2004-03-101-1/+1
* Change time_t from a 32-bit value to a 64-bit value, on FreeBSD/sparc64Garance A Drosehn2004-03-103-32/+39
* Eliminate multiple __FBSDID and sys/cdefs.h.Bruce M Simpson2004-03-107-15/+0
* Add installcheck for proxy:proxy and authpf.Max Laier2004-03-101-0/+14
* - Document cv_broadcastpri().John Baldwin2004-03-102-17/+13
* Remove `$Name$' leftovers from the port version reporting.Max Laier2004-03-103-3/+0
* ftp-proxy no longer lives in /usr/local/...Max Laier2004-03-101-1/+1
* Add trailing collonMax Laier2004-03-101-2/+2
* Set stream orientation in ungetc() instead of __ungetc(). This avoidsTim J. Robbins2004-03-101-2/+1
* Remove duplicate check for EOF from ungetc(); __ungetc() already checks.Tim J. Robbins2004-03-101-2/+0
* We don't retain 'x' bits in CVS so explicity use sh to run script.Poul-Henning Kamp2004-03-101-1/+1
* Call __sputc() directly in fputc() instead of taking an expensiveTim J. Robbins2004-03-101-1/+1
* Add first cut at "nanobsd":Poul-Henning Kamp2004-03-103-0/+232
* Call __sgetc() directly in getchar() instead of taking an expensiveTim J. Robbins2004-03-101-1/+1
* Use the external clock input for our PLL.Poul-Henning Kamp2004-03-101-1/+1
* Set the stream orientation explicitly in fgetln() instead of relying onTim J. Robbins2004-03-101-0/+1
* Remove the /* 1.2 */ comment which was orphaned by previous commit.Poul-Henning Kamp2004-03-101-2/+0
* Set stream orientation in puts().Tim J. Robbins2004-03-101-0/+2
* Put libypclnt behind NO_YP_LIBCPoul-Henning Kamp2004-03-101-2/+6
* Rearrange some of the GEOM debugging tools to be more structured.Poul-Henning Kamp2004-03-105-90/+71
* Fixed a misspelling of 0 as NULL.Bruce Evans2004-03-102-2/+2
* Fix handling of tap/vmnet flag in relation to cloning and properly enforcePoul-Henning Kamp2004-03-101-10/+8
* Fix several issues related to the KeInitializeTimer() etc... API stuffBill Paul2004-03-102-39/+56
* Move the AH algorithm list from a static local function variable toRobert Watson2004-03-101-37/+38
* - Make the acquisition of Giant in vm_fault_unwire() conditional on theAlan Cox2004-03-103-15/+5
* Lock down IP-layer encapsulation library:Robert Watson2004-03-101-51/+35
* Scrub unused variable zeroin_addr.Robert Watson2004-03-102-3/+0
* make sure we had the filedesc lock when calling fdinit when RFCFDG is setJohn-Mark Gurney2004-03-101-0/+4
* Another April Fool signs up.Peter Edwards2004-03-101-0/+1
* Const-poison ethernet and FDDI broadcast address constants, as theyRobert Watson2004-03-092-2/+2
* Make this file more generally usable:Poul-Henning Kamp2004-03-092-38/+70
* Make libgeom usable by C++ programs:John Baldwin2004-03-094-149/+163
* Remove duplicate code.John Birrell2004-03-091-10/+0
* Trim unneeded includes from if_ndis_pccard.c and if_ndis_pci.c. Also removedBill Paul2004-03-092-26/+0
* Introduce stf_mtx to protect global softc list in if_stf. AddRobert Watson2004-03-091-8/+39
* Many fixes.Tim Kientzle2004-03-0937-203/+448