Age | Commit message (Expand) | Author |
2007-12-31 | Prevent strict-aliasing warnings on newer gcc versions. bz #1355, patch | Darren Tucker |
2007-12-31 | replace ctob/btoc by ptoa/atop as done for other architectures | Martin Reindl |
2007-12-30 | Use get_size() in editor_change() instead of hand-rolling identical | Kenneth R Westerback |
2007-12-30 | Kill some now unneeded checks for 'c' partition manipulation. Change | Kenneth R Westerback |
2007-12-30 | A struct rt_addrinfo is needed for rt_missmsg() so we can use rtrequest1() | Claudio Jeker |
2007-12-30 | new sentence, new line; | Jason McIntyre |
2007-12-30 | Only do pullups when necessary, m_pullup() always prepends an mbuf | Claudio Jeker |
2007-12-30 | Simplify code by avoiding manual manipulations of the free space | Kenneth R Westerback |
2007-12-30 | Since 'c' now always covers the entire disk and is always FS_UNUSED, | Kenneth R Westerback |
2007-12-30 | Correctly handle non-null state frames on 68020 and 68030 in fpfault. | Miod Vallat |
2007-12-30 | do not repeat "usage:" twice | Igor Sobrado |
2007-12-30 | each usage requires its own line | Igor Sobrado |
2007-12-30 | usage messages should have the form "usage: command [arguments]" | Igor Sobrado |
2007-12-30 | use the same argument name in synopsis and usage; lowercase "usage:" | Igor Sobrado |
2007-12-30 | add missing space between argument names and ellipsis | Igor Sobrado |
2007-12-30 | add missing arguments to synopsis; fix brackets; lowercase "usage:" | Igor Sobrado |
2007-12-30 | lowercase "usage:"; align synopses | Igor Sobrado |
2007-12-30 | minor improvement on the diff to r1.106 | Igor Sobrado |
2007-12-30 | sort flags in both synopsis and usage, file not commited in last diff | Igor Sobrado |
2007-12-30 | sort flags in both synopsis and usage | Igor Sobrado |
2007-12-30 | dont freeze lock or set caching modes on ata devices that arent disks, its | David Gwynne |
2007-12-30 | enforce install -S, avoids races with make -j: | Marc Espie |
2007-12-30 | Remove unused variable consintr. ok mbalmer | Alexander Bluhm |
2007-12-30 | In pf_normalize_tcpopt() call pf_pull_hdr() address family safe. | Marcus Glocker |
2007-12-30 | sync | Theo de Raadt |
2007-12-30 | regen | Brad Smith |
2007-12-30 | - rename some SATA entries which are shared between the ATI SB700 and SB800 c... | Brad Smith |
2007-12-30 | Bring editor_add() code into line with the other editor_* functions. | Kenneth R Westerback |
2007-12-30 | regen | Brad Smith |
2007-12-30 | add the PCI id for the Sun Crypto Accelerator 6000 PCIe board. | Brad Smith |
2007-12-30 | Make "scrub max-mss" rule work correctly; | Marcus Glocker |
2007-12-29 | update to tzcode2007j from elsie.nci.nih.gov; mostly ANSIfication | Todd C. Miller |
2007-12-29 | Override SoftFloat's countLeadingZeros32() with a faster, ff1-based, version | Miod Vallat |
2007-12-29 | Had I known we had a kernel version of John Hauser's SoftFloat code, I would | Miod Vallat |
2007-12-29 | Unifdef NO_IEEE in the libkern softfloat code, and put an appropriate rule | Miod Vallat |
2007-12-29 | Do not define _FP_DYNAMIC; no other platform defines this and nothing (either | Miod Vallat |
2007-12-29 | update to tzdata2007j from elsie.nci.nih.gov | Todd C. Miller |
2007-12-29 | add the IP-MIB ipAddrTable. it requires to encode the ipv4 addresses | Reyk Floeter |
2007-12-29 | switch from spls to mutexes for protecting the random state. | David Gwynne |
2007-12-29 | fix comments after the members of scsi_adapter were changed. | David Gwynne |
2007-12-29 | Remove debug message. Found by Mike Belopuhov, tsk tsk deraadt. | Marco Peereboom |
2007-12-29 | Skip LBC on buswalk. Gets rid of unconfigured "Bus Converter Port" devices | Mark Kettenis |
2007-12-29 | the scsi layer always had function pointers for asking the hba about a | David Gwynne |
2007-12-29 | sync | Theo de Raadt |
2007-12-28 | Use the correct packet maximum sizes for remote port and agent forwarding. | Darren Tucker |
2007-12-28 | If initializing a frame buffer as glass console fails, instead of an invisible | Miod Vallat |
2007-12-28 | Explicitely mention we are the console device, when applicable. | Miod Vallat |
2007-12-28 | There is no need, and no point, to initialize panicstr here. | Miod Vallat |
2007-12-28 | Add a few more K-class models to the list of machines that have more devices | Mark Kettenis |
2007-12-28 | printf field widths are always int, so add casts to remove | Charles Longeau |