summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | - Make the acquisition of Giant in vm_fault_unwire() conditional on thealc2004-03-103-15/+5
* | Lock down IP-layer encapsulation library:rwatson2004-03-101-51/+35
* | Scrub unused variable zeroin_addr.rwatson2004-03-102-3/+0
* | make sure we had the filedesc lock when calling fdinit when RFCFDG is setjmg2004-03-101-0/+4
* | Another April Fool signs up.peadar2004-03-101-0/+1
* | Const-poison ethernet and FDDI broadcast address constants, as theyrwatson2004-03-092-2/+2
* | Make this file more generally usable:phk2004-03-092-38/+70
* | Make libgeom usable by C++ programs:jhb2004-03-094-149/+163
* | Remove duplicate code.jb2004-03-091-10/+0
* | Trim unneeded includes from if_ndis_pccard.c and if_ndis_pci.c. Also removedwpaul2004-03-092-26/+0
* | Introduce stf_mtx to protect global softc list in if_stf. Addrwatson2004-03-091-8/+39
* | Many fixes.kientzle2004-03-0937-203/+448
* | Introduce faith_mtx to protect the if_faith global softc list.rwatson2004-03-091-7/+27
* | If the resource listing obtained from BUS_GET_RESOURCE_LIST() inwpaul2004-03-091-0/+20
* | Make it possible to ``.undef ${VAR}'' (expanding VAR to getru2004-03-091-0/+1
* | Introduce lo_mtx to protect the global loopback softc list. I'm notrwatson2004-03-091-1/+7
* | Introduce disc_mtx to protect the global softc list in if_disc.rwatson2004-03-091-8/+29
* | Fix an integer overflow when dealing with very large volumes. This bugle2004-03-091-1/+1
OpenPOWER on IntegriCloud