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-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
2008-01-16
remove "unused variable" warning
Charles Longeau
2008-01-15
s/fragements/fragments/ in usage().
Stuart Henderson
2008-01-14
clear up pidfile(-p) option form
Okan Demirmen
2008-01-13
remove unused functions
Charles Longeau
2008-01-12
Check for expert mode/FFS inside get_fsize() and get_bsize() and
Kenneth R Westerback
2008-01-12
has_overlap() now always tries to resolve overlaps because it is only
Kenneth R Westerback
2008-01-12
Tweak get_offset() so it does it's own free chunks to check the
Kenneth R Westerback
2008-01-12
Change editor_countfree() to return the count rather than recording it
Kenneth R Westerback
2008-01-12
Parameter 'new' to get_size() no longer used.
Kenneth R Westerback
2008-01-12
Introduce the function max_partition_size() to calculate the max size
Kenneth R Westerback
2008-01-12
document the max size of FFS and FFS2 file systems plus some rewording;
Otto Moerbeek
2008-01-11
Remove one level of epicycles by not looping in get_size() or
Kenneth R Westerback
2008-01-11
Don't allow (a)dd or (m)odify to create 0 length partitions. Don't
Kenneth R Westerback
2008-01-11
compute transfer rate using 64-bit arithmetic, ok sthen@ millert@
Otto Moerbeek
2008-01-10
Minor aligning of code and comments between editor_add() and
Kenneth R Westerback
2008-01-08
Beef up the (r)ecalculate command in -E mode by having it display the
Kenneth R Westerback
2008-01-08
Ensure that the initial free space chunk can't have a length <= 0.
Kenneth R Westerback
2008-01-08
Do initial free space count *after* resolving overlapping partitions.
Kenneth R Westerback
2008-01-07
Oops. Need to ensure we zero selected partition too.
Kenneth R Westerback
2008-01-07
When increasing d_npartitions as a result of (a)dd'ing a partition in
Kenneth R Westerback
2008-01-07
Shrink & simplify some more -E code. Remove some chances for user
Kenneth R Westerback
2008-01-06
Kill some now-dead code/variables.
Kenneth R Westerback
2008-01-06
Move check for overlap inside get_size() as it was always called after
Kenneth R Westerback
2008-01-06
Calculate amount of free space by adding up space in free chunks, rather
Kenneth R Westerback
2008-01-06
There is no point in having cpg manipulated in -E. newfs does all the
Kenneth R Westerback
[next]