summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Constify.phk2005-02-092-12/+12
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-095-12/+7
* Removed Kerberos remnants.ru2005-02-092-58/+6
* Note the options required for the cards as I know it...imp2005-02-091-2/+2
* Break out obscure ISA cards into their own files, as well as ne2000imp2005-02-0915-1724/+1976
* The only user of this utility (share/man/man0) was removed 2+ years ago.ru2005-02-094-410/+0
* Access softc embedded struct ifnet via function macro to make it easier tomlaier2005-02-093-26/+54
* Use defines for character constants for open and closing braces andharti2005-02-091-11/+22
* add support for NetMos NM9805 1284 Printer portwilko2005-02-091-0/+9
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-096-9/+7
* Fixed the misplaced $FreeBSD$.ru2005-02-0982-200/+228
* Since we no longer use kvtop, we no longer need machine/md_var.himp2005-02-091-1/+0
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-0915-29/+32
* If either ed_probe_Novell or ed_attach returns an error, release theimp2005-02-091-2/+5
* Remove some unused variables.scottl2005-02-091-2/+0
* - Reduce the number of netgraph messages when listingru2005-02-091-11/+35
* In revision 1.29 timeout() was converted to ng_callout().ru2005-02-091-15/+9
* While working on constification temporarily disable -Werror. Things are tooharti2005-02-091-0/+1
* Untangle VarFind and, while rewriting most of the function, fix theharti2005-02-091-45/+51
* Properly initialise the variable `deny'.stefanf2005-02-091-1/+1
* style polishing.phk2005-02-091-4/+3
* Pass -C to rpcgen.stefanf2005-02-091-3/+3
* Use CFLAGS+=.ru2005-02-091-1/+1
* Remove the messy locking dance around xpt_done()scottl2005-02-092-13/+0
* Provide locking for the ccb_bioq. This allows xpt_done() to be called withoutscottl2005-02-091-5/+22
* Use CFLAGS+=.stefanf2005-02-091-1/+1
* Introduce VarCreate and VarDestroy functions and used them whereharti2005-02-091-58/+51
* Include missing headers.stefanf2005-02-094-0/+6
* Fix the standalone module build.obrien2005-02-093-4/+3
* - Remove g_gate_hold()/g_gate_release() from start/done paths. It savespjd2005-02-092-59/+40
* Emblish rev 1.180 to -fno-strict-alias w/-Os & -O3 also.obrien2005-02-091-1/+3
* Remove DLINK_3, its unused. Remove NETGEAR FA410TX, since it is theimp2005-02-091-3/+0
* o Remove duplicate LINKSYS ETHERFAST entry.imp2005-02-091-4/+3
* Remove reference to softc from probe entirely...imp2005-02-091-1/+0
* s/descr/oid_descr/marcel2005-02-091-1/+1
* Add missed merge of ripcbinfo extern. Given how widely usedrwatson2005-02-091-0/+1
* Minor style cleanup. Get rid of extra {}, extra blank lines and someimp2005-02-091-131/+67
* move pmap.h after vm.h include... some of the headers from pmap.h dependjmg2005-02-091-1/+1
* o Remove ifdef PC98, since this file has diverged quite a bit fromimp2005-02-091-134/+59
* No need to bzero softc.imp2005-02-081-2/+0
* Convenience function to clear memory of the card, and then check to makeimp2005-02-082-0/+23
* - Add a new assert in the getnewvnode(). Assert that the usecount is stilljeff2005-02-081-2/+4
* - Remove an invalid KASSERT added in recent background write reshuffling.jeff2005-02-081-3/+0
* Lock raw IP socket pcb list and PCBs when processing input viarwatson2005-02-081-5/+13
* - Add debug.watchdog tunable, so we can specify watchdog CPU from loaderpjd2005-02-081-20/+31
* Add a new sysctl, "security.jail.chflags_allowed", which controls thecperciva2005-02-084-4/+24
* Split the vop_vector for ffs1 and ffs2, this is mostly for the differentphk2005-02-083-26/+33
* Use ffs_truncate() directly instead of UFS_TRUNCATE()phk2005-02-081-1/+1
* Remove type 0x4 (FAT12 <32MB) to make room for type 0x7 (NTFS).des2005-02-081-2/+2
* Background writes are entirely an FFS/Softupdates thing.phk2005-02-085-138/+179
OpenPOWER on IntegriCloud