index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
Age
Commit message (
Expand
)
Author
2008-04-13
Use arc4random_buf() when requesting more than a single word of output
Damien Miller
2008-04-11
add support for the "include" directive using code from pfctl/parse.y.
Reyk Floeter
2008-04-07
Since Alpha is NUMBOOT=0, no need for #ifdef __alpha__ code inside a
Kenneth R Westerback
2008-04-07
Restore boot block (-B) support that was incorrectly deleted during
Kenneth R Westerback
2008-04-06
nwflag is never set now that '-r' is no more, so remove it and the warning
Kenneth R Westerback
2008-04-06
Remove stray '-r' reference that survived the nuke of -r.
Kenneth R Westerback
2008-04-06
Fix logic botch I introduced with r1.123 which effectively disabled
Kenneth R Westerback
2008-03-29
fix a free(NULL) in setcarp_nodes().
Damien Bergamini
2008-03-26
zap undocumented 'F' flag; prompted by J.Thornburg. ok millert@
Otto Moerbeek
2008-03-24
msg_controllen has to be CMSG_SPACE so that the kernel can account for
Theo de Raadt
2008-03-23
Remove two stray references to the departed -r argument to disklabel.
Kenneth R Westerback
2008-03-23
Nuke disklabel -r. All labels come from the kernel via ioctl.
Kenneth R Westerback
2008-03-19
document "netboot" interface group;
Jason McIntyre
2008-03-15
Repair the simple cases for msg_controllen where it should just be
Theo de Raadt
2008-03-15
Fix several CMSG-related bugs. Chaining CMSG's is tricky since you need to
Mark Kettenis
2008-03-14
"-Aa" are not required flags; sort synopses; improve description of "-a"
Igor Sobrado
2008-03-13
make sure we start 4 servers on udp if called with
Thordur I. Bjornsson
2008-03-13
Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
Theo de Raadt
2008-03-12
Code was not passing script exit status; fix with macro.
Hugh Graham
2008-03-02
Use a union to ensure alignment of the cmsg.
Hans-Joerg Hoexer
2008-02-28
Log an error if a device can not be opened, only log line discipline attachment
Marc Balmer
2008-02-22
Support for specifying aes-{128,192,256}. Originial idea by Prabhu
Hans-Joerg Hoexer
2008-02-18
adjust width of S column to improve printing of the MBR partition table
Igor Sobrado
2008-02-17
Define default configurations for AES-192 and AES-256. From Mitja Muzenic
Hans-Joerg Hoexer
2008-02-13
Use HW_PHYSMEM64.
Mark Kettenis
2008-02-12
document modifier types; requested by Aurelien
Jason McIntyre
2008-02-11
bump Mdocdate for pages committed in "febuary", necessary because
Jason McIntyre
2008-02-09
Adjust type of hw.physmem and hw.usermem; they are 64-bit values now.
Mark Kettenis
2008-02-09
Introduce HW_PHYSMEM64 and HW_USERMEM64 sysctls, which don't overflow on
Mark Kettenis
2008-02-07
Check reads and lseek correctly for unsigned return; ok krw@
Ian Darwin
2008-02-06
Fix possible memory leaks when sending phase 1 IDs.
Moritz Jodeit
2008-02-05
Move carp load balancing (ARP/IP) to a simpler configuration scheme.
Marco Pfatschbacher
2008-02-01
Enable the rest of the filter_opts to be used on anchors. These were accepted
Ryan Thomas McBride
2008-01-29
More read/write result checking fixes to avoid unsigned comparisons vs
Kenneth R Westerback
2008-01-29
fix race in makefile
Marc Espie
2008-01-26
the kids want I/O;
Jason McIntyre
2008-01-26
getuint() doesn't use its partno argument. So eliminate it. No
Kenneth R Westerback
2008-01-26
Create the automatic tables at the base of the anchor stack rather than
Ryan Thomas McBride
2008-01-25
Fix my screwup and don't return NULL from sort_paritions.
Kenneth R Westerback
2008-01-25
document maximum partition size; ok jmc@ krw@
Otto Moerbeek
2008-01-25
Get rid of warning when compiling with OPT_DEBUG.
Ryan Thomas McBride
2008-01-24
"read(..., ..., sizeof Y) < sizeof Y" is a dangerous idiom because it
Kenneth R Westerback
2008-01-22
pick the right csaddr when dumping cgs. Makes FFS2 dumps work much better
Otto Moerbeek
2008-01-22
Another sneaky 32 bit variable trying to hold 64 bit values. This time
Kenneth R Westerback
2008-01-22
Use u_int64_t variables to hold partition offsets when calculating
Kenneth R Westerback
2008-01-22
Make sort_partitions() even more consistant with free_chunks() by not
Kenneth R Westerback
2008-01-22
Kill redundant loop to find number of partitions to sort. We no longer
Kenneth R Westerback
2008-01-22
Replace a frequent calloc/free dance for sorted partitions with a
Kenneth R Westerback
2008-01-21
changes to disklabel's usage:
Igor Sobrado
2008-01-19
Add initial scaffold for RAID 0. No IO just yet.
Marco Peereboom
[next]