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