summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-10-28another ne2k entry. from Janjaap van Velthooven via PR/3524.Federico G. Schwindt
2003-10-28Split pmap_remove_range() into its main loop and a new function,Miod Vallat
2003-10-28better partition finding. instead of groveling around looking forTed Unangst
2003-10-28In pmap_remove_range(), be sure to propagate pvlist flags when removingMiod Vallat
2003-10-28let pkg_delete evaluate dependencies earlier: check that all packagesMarc Espie
2003-10-28oopsMarc Espie
2003-10-28zapMarc Espie
2003-10-28OpenBSD-specific Makefile. We keep Makefile.PL around for portability toMarc Espie
2003-10-28indent tests for readability.Marc Espie
2003-10-28standard section order;Jason McIntyre
2003-10-28oops - lines in these files are indeed restricted to 1024 chars, asJason McIntyre
2003-10-28prototype declared static, but function was not. add static to function.Anil Madhavapeddy
2003-10-28guard cpu register functions from userland, otherwise they appear whenAnil Madhavapeddy
2003-10-28syncAlexander Yurchenko
2003-10-28Correct name for ITE ATA RAIDAlexander Yurchenko
2003-10-28error->debug for getsockopt+TCP_NODELAY; several requestsMarkus Friedl
2003-10-28syncAlexander Yurchenko
2003-10-28ITE IT8212 ATA133 chip found in dmesg from frisco@blackant.net.Alexander Yurchenko
2003-10-27extra block around do while loop.Marc Espie
2003-10-27Add -x flag to extract the ramdisk filesystem from bsd.rd; OK deraadt@Todd C. Miller
2003-10-27Skip ATA modes detection for SATA drives, it's useless and someAlexander Yurchenko
2003-10-27Skew the advertisement interval correctly when we reschedule.Ryan Thomas McBride
2003-10-27typo from T.M. Sommers, via FreeBSD;Jason McIntyre
2003-10-27syncTheo de Raadt
2003-10-27typos; fom bruno@rohee.comMichael Shalayeff
2003-10-27make sure that label block ends up in the right b_blkno for writedisklabel() ...Michael Shalayeff
2003-10-27- make SYNOPSIS expand properlyJason McIntyre
2003-10-27fix crash on startup by using the good allocation routine in edinit()Vincent Labrecque
2003-10-27Be sure to always have a valid faulting address when we send a signalMiod Vallat
2003-10-27Be sure to flush the entire va space in cpu_switch().Miod Vallat
2003-10-27Remove dead code and polish commentsMiod Vallat
2003-10-27Also check if we're going down before scheduling an advertisementRyan Thomas McBride
2003-10-27Actually stop sending advertisements if we're Master and the carp(4)Ryan Thomas McBride
2003-10-27atlas does indeed support tagging and only the siop was brokenMichael Shalayeff
2003-10-27disable tagging on hppa and thus effectively restrict to one command at a tim...Michael Shalayeff
2003-10-26Work around a problem with shared libraries named as libX-A.B.so.X.Y.Dale Rahn
2003-10-26per deraadt@ request, don't permit insanely large stackgap values.Ted Unangst
2003-10-26fix partition selection to allow all partitions to be grown.Ted Unangst
2003-10-26remove obsolete sections about limit of line length;Jason McIntyre
2003-10-26correct bad dprintf, from Moritz Jodeit <moritz at jodeit.org>Anil Madhavapeddy
2003-10-26Use __packed attribute to cleanup the '#define XXX' stuff in here.Anil Madhavapeddy
2003-10-26add a __packed #define to map to __attribute__((__packed__)) on gcc>=2.7Anil Madhavapeddy
2003-10-26rename 'supported' static var in userauth_gssapi() to 'gss_supported'Anil Madhavapeddy
2003-10-26Uhm, disable debugging my default, even if it probably is good toDale Rahn
2003-10-26Add line for wi@usb, currently commented out, for development and testing only.Dale Rahn
2003-10-26Driver for PRISM 2.5/3 based (wifi) USB adapters. This is a work in progress,Dale Rahn
2003-10-26syncDale Rahn
2003-10-26Add netgear MA111 USB wifi.Dale Rahn
2003-10-26More ansi/knf missed the first time around.Dale Rahn
2003-10-26update for crl and crl2pkcs7;Jason McIntyre