summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed assorted misuses of NULL in integer context.bde2004-03-1112-16/+16
* Fixed mispellings of '\0' as NULL.bde2004-03-112-4/+4
* Fixed a misspelling of 0 as NULL.bde2004-03-111-4/+4
* Replace <iostream.h> with <iostream> to remove annoying warningjosef2004-03-111-13/+13
* Fixed a misspelling of '\0' as NULL.bde2004-03-111-1/+1
* Fixed misspellings of 0 as NULL.bde2004-03-111-3/+3
* Fixed misspellings of '\0' as NULL.bde2004-03-111-4/+4
* Fixed a misspelling of 0 as NULL.bde2004-03-112-2/+2
* Fixed misspellings of 0 as NULL.bde2004-03-111-2/+2
* Fixed misspellings of 0 as NULL.bde2004-03-111-3/+2
* Fix mind-o: sanity check in ndis_disable_ndis() is not sane.wpaul2004-03-111-1/+1
* Fix the problem with the Cisco Aironet 340 PCMCIA card. Most newer driverswpaul2004-03-112-0/+124
* Be more insistent on destroying geoms at unload time. Still not perfect,phk2004-03-111-2/+8
* Add a newsyslog.conf manual page. This follows suit with the other utilitiestrhodes2004-03-112-0/+371
* Remove information about the configuration file.trhodes2004-03-111-308/+3
* Back out id -g checks as they are wrong (sendmail group untouched).mlaier2004-03-111-8/+0
* Remove stale or broken call to kdb_trap() and protected by the non-marcel2004-03-112-8/+0
* Give xterm-basic the le entry. bs should be avoided.schweikh2004-03-101-1/+1
* A manpage for ng_eiface(4).ru2004-03-102-0/+124
* Identify the Deerfield processor. Deerfield is a low-voltage variantmarcel2004-03-101-12/+25
* Reworked the fix to print the useful line number on error inru2004-03-103-89/+79
* Don't call devsw() more than we need to, and in particular do not exposephk2004-03-101-4/+4
* Make the extern for adv_mcode match the reality: it's u_int8_t, butphk2004-03-101-1/+1
* Fix a long-standing deadlock issue with vnode backed md(4) devices:phk2004-03-104-4/+14
* Add an option to write collected data to file in binary format. Thisphk2004-03-101-1/+18
* Undo the previous commit, which was just plain wrong, and then correctlygad2004-03-101-2/+2
* Increase __FreeBSD_version to reflect the transition from 32-bit togad2004-03-101-1/+1
* Change time_t from a 32-bit value to a 64-bit value, on FreeBSD/sparc64gad2004-03-103-32/+39
* Eliminate multiple __FBSDID and sys/cdefs.h.bms2004-03-107-15/+0
* Add installcheck for proxy:proxy and authpf.mlaier2004-03-101-0/+14
* - Document cv_broadcastpri().jhb2004-03-102-17/+13
* Remove `$Name$' leftovers from the port version reporting.mlaier2004-03-103-3/+0
* ftp-proxy no longer lives in /usr/local/...mlaier2004-03-101-1/+1
* Add trailing collonmlaier2004-03-101-2/+2
* Set stream orientation in ungetc() instead of __ungetc(). This avoidstjr2004-03-101-2/+1
* Remove duplicate check for EOF from ungetc(); __ungetc() already checks.tjr2004-03-101-2/+0
* We don't retain 'x' bits in CVS so explicity use sh to run script.phk2004-03-101-1/+1
* Call __sputc() directly in fputc() instead of taking an expensivetjr2004-03-101-1/+1
* Add first cut at "nanobsd":phk2004-03-103-0/+232
* Call __sgetc() directly in getchar() instead of taking an expensivetjr2004-03-101-1/+1
* Use the external clock input for our PLL.phk2004-03-101-1/+1
* Set the stream orientation explicitly in fgetln() instead of relying ontjr2004-03-101-0/+1
* Remove the /* 1.2 */ comment which was orphaned by previous commit.phk2004-03-101-2/+0
* Set stream orientation in puts().tjr2004-03-101-0/+2
* Put libypclnt behind NO_YP_LIBCphk2004-03-101-2/+6
* Rearrange some of the GEOM debugging tools to be more structured.phk2004-03-105-90/+71
* Fixed a misspelling of 0 as NULL.bde2004-03-102-2/+2
* Fix handling of tap/vmnet flag in relation to cloning and properly enforcephk2004-03-101-10/+8
* Fix several issues related to the KeInitializeTimer() etc... API stuffwpaul2004-03-102-39/+56
* Move the AH algorithm list from a static local function variable torwatson2004-03-101-37/+38
OpenPOWER on IntegriCloud