Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-30 | sync | Henning Brauer | |
2005-03-30 | generated a .h file with spacing bugs | Theo de Raadt | |
2005-03-30 | make keywords.sh generate an enum for the keys | Henning Brauer | |
2005-03-30 | make set_metric() bail out on invalid keys (unreachable, but better | Henning Brauer | |
safe than sorry later) | |||
2005-03-30 | first approximation: spoof UDF filesystem disklabels when we see them. | Theo de Raadt | |
it is likely a slight bug or two will sneak in with this, so everyone please keep an eye out on your disklabels | |||
2005-03-30 | spacing | Theo de Raadt | |
2005-03-30 | document UDF | Theo de Raadt | |
2005-03-30 | slightly reword lladdr description for clarity/readability; | Jason McIntyre | |
2005-03-30 | enable UDF on large install media for architectures likely to have DVD drives | Theo de Raadt | |
2005-03-30 | enable UDF in GENERIC | Theo de Raadt | |
2005-03-30 | a UDF, not an UDF; | Jason McIntyre | |
unnecessary .Pp; | |||
2005-03-30 | Do not promise anything about the contents of resolved on failure. | Otto Moerbeek | |
ok millert@ | |||
2005-03-30 | nlist.h not needed | Theo de Raadt | |
2005-03-30 | fix .Dd; | Jason McIntyre | |
fix SEE ALSO; new sentence, new line; sort options list; | |||
2005-03-30 | include nlist.h not needed | Theo de Raadt | |
2005-03-30 | nicer output | Henning Brauer | |
2005-03-30 | get rid of the twisted keywords.[c|h] interaction and just let keywords.sh | Henning Brauer | |
put the defines and the table into the .h | |||
2005-03-30 | more bitrot bites the dust | Henning Brauer | |
2005-03-30 | unconditionalize INET6 support, no binary change | Henning Brauer | |
2005-03-30 | spring cleaning, more to come | Henning Brauer | |
2005-03-30 | these bits can rot in Attic/ | Henning Brauer | |
2005-03-30 | remove ccitt x.25 traces, ok theo | Henning Brauer | |
2005-03-30 | sync | Theo de Raadt | |
2005-03-30 | Use fgetln() to read lines so we are not limited to an arbitrarily small | Todd C. Miller | |
line length. OK otto@ | |||
2005-03-30 | strcasestr(3), a case-insensitive version of strstr(3). already in netbsd | Theo de Raadt | |
and freebsd, apparently written by torek, the man we never see anymore; submitted by jcs, but he is not around right now for the libc major crank so i sneak it in for him | |||
2005-03-30 | Use the inverse of the T bit in the HcFmRemaining register when adjusting | Christopher Pascoe | |
the frame length. ok dlg@ | |||
2005-03-30 | welcome libc35.0 | Ted Unangst | |
2005-03-30 | make the resolver stat resolv.conf and update if it changes. | Ted Unangst | |
useful feedback and ok deraadt@ | |||
2005-03-30 | add lladdr command to ifconfig to set MAC address. diffs from freebsd via | Ted Unangst | |
Kyunghwan KIM (prs 2117 and 2118) and Fredrik Widlund. ok deraadt | |||
2005-03-30 | Comment typo, minor knf. No code change. | Kenneth R Westerback | |
2005-03-30 | document options | Theo de Raadt | |
2005-03-30 | Insert elucidative comment about what's going on. | Pedro Martelletto | |
2005-03-30 | Better code in the OSTA CS0 compression/decompression routines. | Pedro Martelletto | |
2005-03-30 | Add disklabel spoofing code for UDF. | Pedro Martelletto | |
2005-03-30 | Export udf_transname(), which will be needed | Pedro Martelletto | |
by disklabel spoofing code later on. | |||
2005-03-30 | Before doing the 8->16 bit expansion using a fixed-size buffer, | Pedro Martelletto | |
bound-check the string to see if it can be correctly translated. | |||
2005-03-29 | -Wall | Henning Brauer | |
2005-03-29 | clean further, theo ok | Henning Brauer | |
2005-03-29 | - fix overflow when too many -a arguments are given | Jared Yanovich | |
- properly NUL-terminate -a arguments when copying - check strdup for error failure ok deraadt | |||
2005-03-29 | Handle apm_battlow flag by suspending, and clear all flags after resume. | Uwe Stuehler | |
2005-03-29 | add copyright me | Marco Peereboom | |
per mickey@ | |||
2005-03-29 | simplify machine chekc now that almost everything has wscons | Michael Shalayeff | |
2005-03-29 | make this a bit more readable | Henning Brauer | |
2005-03-29 | add copyright me | Marco Peereboom | |
per mickey@ | |||
2005-03-29 | less ugly printout | Michael Shalayeff | |
2005-03-29 | add raid mgmt ioctls | Marco Peereboom | |
ok mickey@ | |||
2005-03-29 | add commands | Marco Peereboom | |
ok mickey@ | |||
2005-03-29 | add raid defines | Marco Peereboom | |
ok mickey@ | |||
2005-03-29 | add bioctl | Marco Peereboom | |
ok mickey@ | |||
2005-03-29 | adding initial bioctl code | Marco Peereboom | |
ok mickey@ |