summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* In an effort to simplify the routing code, try to deprecate rtalloc()luigi2004-04-142-2/+2
* Staticize <if>_clone_{create,destroy} functions.brooks2004-04-146-24/+24
* A simple cache of uid->uname lookups and gid->gname lookups eliminateskientzle2004-04-143-12/+60
* Add support for video output switching. It appears no systems use HCI tonjl2004-04-143-20/+163
* When all the links to a file have been dumped, don't forgetkientzle2004-04-131-1/+3
* Eliminate a lot of malloc/free calls by usingkientzle2004-04-131-4/+11
* * Plug a buffer overrun in ACL parsing. (archive_entry.c)kientzle2004-04-1312-51/+99
* Adding man page for 3ware's 9000 series storage controller driver (twa).vkashyap2004-04-131-0/+86
* Manpage changes suggested by Irina Liakh.kientzle2004-04-132-21/+50
* Boomerang 10/100BT (found in 2c905-TX) chips apparently suffer theimp2004-04-131-0/+1
* Some devices have what appear to be invalid BARs. They are invalid inimp2004-04-131-26/+51
* Fix examples.fjoe2004-04-132-4/+4
* Use ifconfig(8) for setting common 802.11 parameters.fjoe2004-04-138-449/+281
* Add Direct Sequence 354K and 512K (needed for arl(4)).fjoe2004-04-131-0/+8
* Update version strings for Heimdal: 0.6 -> 0.6.1nectar2004-04-133-6/+6
* Remove extra copy of code.imp2004-04-131-7/+0
* Massive cleanup of the code removing global variables toluigi2004-04-131-206/+199
* Enable the sx driver on i386 and pc98.nyan2004-04-132-1/+5
* Use headers from the kernel source tree rather than installed headers.des2004-04-131-1/+1
* Add a kernel-toolchain target which only builds the bits required to builddes2004-04-132-2/+4
* Mark the "obj" target with the .PHONY attribute.ru2004-04-131-1/+1
* Back out previous commit, it was unintentional.luigi2004-04-131-1/+1
* Replace ROUNDUP/ADVANCE with SA_SIZEluigi2004-04-139-60/+17
* route.h: introduce a macro, SA_SIZE(struct sockaddr *) which returnsluigi2004-04-133-14/+19
* Teach the script where libssl actually lives.ru2004-04-131-1/+1
* Add support for the Promise command sequencer present on all modern Promisesos2004-04-1312-270/+625
* Bump __FreeBSD_version on behalf of the new .warning directive in make(1).ru2004-04-131-1/+1
* Make functions and variables static.luigi2004-04-131-88/+96
* Added FreeBSD 5.2.1, just in case.ru2004-04-131-0/+1
* Added upcoming 4.10 and 5.3 releases.ru2004-04-131-0/+2
* Add -P arguments for dump(8) and restore(8) which allow the user togreen2004-04-138-39/+176
* The 3CXE589DT was spotted in the wild, and is presumed supported byimp2004-04-131-11/+11
* Fix off by one error, twice.imp2004-04-121-2/+2
* Do not drop Giant around the poll method yet, we're not ready for it.phk2004-04-121-2/+2
* MFp4:imp2004-04-121-4/+15
* Improve reading of CIS cards:imp2004-04-121-3/+10
* remove an almost-duplicate piece of code by setting the loopluigi2004-04-121-16/+10
* in rtinit(), remove one useless variable, and move a few othersluigi2004-04-121-9/+9
* Improve the warnings for dump -L and do not bother doing the snapshot ifgreen2004-04-122-3/+11
* The .DEFAULT target with no commands caused a null pointer dereference.ru2004-04-121-1/+6
* Catch up with diskless split "diskless" is no longer provided.brooks2004-04-122-2/+2
* Style fixeskientzle2004-04-121-3/+2
* Document the new .warning directive.ru2004-04-121-2/+8
* Added the new .warning directive.ru2004-04-121-3/+33
* stop() no longer needs sched_lock held; in fact, holding sched_lock causescperciva2004-04-121-3/+2
* Show link-level multicast packet counters with the -a option.ru2004-04-121-2/+14
* Count outgoing link-level broadcast packets in if_omcasts.ru2004-04-121-1/+1
* Sync list of FTP sites with current reality.kensmith2004-04-122-24/+20
* Perform some basic validation of multibyte conversion state objects.tjr2004-04-128-16/+116
* Don't send the available space as is in the FSSTAT call. Undermux2004-04-121-2/+14
OpenPOWER on IntegriCloud