junyoung
f10ef234b8
Massive renames for consistency:
...
biosdiskreset -> biosdisk_reset
biosread -> biosdisk_read
get_diskinfo -> biosdisk_getinfo
int13_extension -> biosdisk_int13ext
biosextread -> biosdisk_extread
int13_getextinfo -> biosdisk_getextinfo
struct biosdisk_ext13info -> biosdisk_extinfo
BIOSDISK_EXT13 -> BIOSDISK_INT13EXT
BIOSDISK_EXT13INFO_V{2,3} -> BIOSDISK_EXTINFO_V{2,3}
EXT13_* -> EXTINFO_*
2005-06-29 18:50:38 +00:00
junyoung
beeb6c877c
get_diskinfo():
...
Return status code in bits [31:24] of %eax. 0 for success, otherwise failure.
2005-06-29 18:02:52 +00:00
christos
d3f92bb5dc
additions from nonaka's landisk port.
2005-06-29 16:56:58 +00:00
christos
63fcf30b44
more additions from nonaka's landisk port.
2005-06-29 16:51:20 +00:00
christos
104d75eb91
more info for sh4 from nonaka's landisk port.
2005-06-29 16:31:51 +00:00
christos
5caa083144
more register definitions, from nonaka's landisk port.
2005-06-29 16:25:58 +00:00
christos
1c0b7f1f92
Need 2ms delay (from nonaka's landisk port).
2005-06-29 16:23:45 +00:00
kent
920709a3ed
add:
...
acphy acpi acpiacad acpibat acpibut acpiec acpilid acpitz agp
ahd amhphy artsata ataraid ath bge bmtphy brgphy cec ciphy cms
cs80bus esiop gentbi geodeide glxtphy gphyter gpib gsip hcide
iavc ipw iteide iwi iwic makphy mpt nsclpcsio pdcsata pxg
satalink ste stge sti tfb txp ubsa ubsec udav
2005-06-29 14:57:22 +00:00
simonb
2c43674831
Remove fips_standalone_sha1.c - fixes problem mentioned by Hubert Feyrer
...
on current-users.
OK'd by christos.
2005-06-29 14:41:16 +00:00
ragge
13b4a4e8ea
Print manufacturing plant information at boot, from Johnny Billquist.
2005-06-29 14:02:54 +00:00
peter
bf1e9b32e2
Remove the distribution files of spamd. Future imports of pf will not
...
include spamd anymore.
2005-06-29 09:55:22 +00:00
christos
b771909d19
forgot to remove the file pointer from the macro.
2005-06-29 05:00:30 +00:00
christos
b232679f19
Add NO_USAGE and NO_DEBUG so that we can fit in the floppies again.
2005-06-29 02:31:19 +00:00
christos
d7df71ba0e
Don't compile in cpio usage, if we are SMALL.
2005-06-29 02:21:27 +00:00
hubertf
390553bef2
cleanup: preserve errno. Needed so err() functions ran after running
...
cleanup(0) print the correct error message.
2005-06-29 01:40:42 +00:00
christos
f824681018
People might need MFS for /dev or for restoring to /tmp.
2005-06-29 01:40:17 +00:00
hubertf
9a9bdaa985
Fix 'pkg_add -R' handling - not registering really means not touching
...
the pkgdb too - useful for pkg_add as non-root!
2005-06-29 01:39:37 +00:00
christos
316b5f711e
Make this fit:
...
1. remove MFS, not useful during installation.
2. remove extra ethernet drivers, some of them cannot be used without firmware.
3. remove pty multiplexor
4. remove ddb history
5. remove a.out support
6. trim down maxusers to 2
7. remove the beep device driver
8. remove nfsv3 support
One more commit to /usr/bin/ftp and everything will build again...
2005-06-28 22:57:19 +00:00
junyoung
e63501d234
#include <lib/libsa/stand.h> rather than <stand.h> or "stand.h"
2005-06-28 21:00:41 +00:00
junyoung
efdde612c9
- ANSI & KNF.
...
- #include <lib/libsa/stand.h> rather than <stand.h>.
2005-06-28 20:55:55 +00:00
macallan
c3d39ccf44
deal with more than one cgsix, make sure to get things right even when none
...
of them is the console.
2005-06-28 20:55:21 +00:00
junyoung
886a08c247
- ANSIfy, remove trailing spaces.
...
- Put /* FALLTHROUGH */ to make lint happy.
2005-06-28 20:51:19 +00:00
junyoung
9cc4222d48
Cosmetic changes, notably drop trailing spaces.
2005-06-28 20:44:49 +00:00
junyoung
f174987abc
De-__P() and some cosmetic changes.
2005-06-28 20:30:46 +00:00
junyoung
c42b06f995
ANSI & KNF.
2005-06-28 20:26:04 +00:00
junyoung
e5d633d728
ANSI, KNF, drop trailing spaces, and etc.
2005-06-28 20:23:50 +00:00
drochner
9b0c17575e
constification fallout
2005-06-28 20:23:02 +00:00
drochner
fd816c4745
don't put the xxxcf_locnames[] into the global namespace
2005-06-28 20:21:05 +00:00
junyoung
cd62ed2ea9
ANSIfy and remove trailing spaces.
2005-06-28 20:15:29 +00:00
junyoung
d305a14978
ANSI, KNF, etc.
2005-06-28 20:13:25 +00:00
seanb
262c8cc8a7
- Rearranged layout of struct bridge_iflist slightly to
...
make members naturally aligned.
- This saves 8 bytes worth of pad.
2005-06-28 20:09:44 +00:00
junyoung
7bac1211f4
ANSI, KNF, trailing spaces, and etc.
2005-06-28 20:06:19 +00:00
junyoung
e82b73153c
ANSIfy & remove trailing spaces.
2005-06-28 20:01:17 +00:00
junyoung
9b06a3a704
- Use FS_OPS() macro.
...
- #include <lib/libsa/stand.h> rather than <stand.h>. Do the same thingfor
ufs.h as well.
- Remove trailing spaces.
- Some other cosmetic changes.
2005-06-28 19:57:56 +00:00
drochner
2b1a908048
kill questionable uses of config(8) generated xxxlocnames[]
...
locator information does belong elsewhere and definitely shouldn't
be in the global namespace
2005-06-28 19:46:47 +00:00
seanb
d7185c5796
- Return ICMP_UNREACH_NET when no route found as per
...
section 4.3.3.1 of rfc1812.
2005-06-28 19:38:58 +00:00
drochner
de48323ae9
typo in comment
2005-06-28 19:16:02 +00:00
drochner
0ca89e9c3a
clean up duplication which was to support the old (not locator passing)
...
API for bus "submatch" functions
2005-06-28 18:37:34 +00:00
drochner
b081eee072
convert remaining autoconf bus "submatch" functions to use the new
...
signature (passing locators), and remove some which obviously don't
serve any purpose
(untested, sorry)
2005-06-28 18:29:58 +00:00
he
fb84548b30
Allow this to build under -Wcast-qual -Werror by adding const to a few
...
variables/fields initialized to point to string constants.
2005-06-28 18:14:45 +00:00
kml
dab4c6d721
Ensure that we change the size of the vnode at the same time as
...
we change the size of the inode, and use ext2fs_size uniformly.
This fixes a crash that occurs when I create a directory, then
move it, all on an ext2 filesystem.
2005-06-28 16:53:14 +00:00
christos
eb8e3b9ad4
Add proper casts. Fix a problem where (uint32_t < ~0). Cast both ~0's to
...
u_int, since this is what the author intended.
2005-06-28 16:12:41 +00:00
christos
ca496ece2e
- Add lint comments
...
- Fix bad casts.
- Comment out unused variables.
2005-06-28 16:04:54 +00:00
christos
a1625e9ee8
Fix an error I introduced in the previous commit. The length could be 0.
...
Also parenthesize an expression properly.
2005-06-28 16:03:09 +00:00
christos
5223acf25d
Ignore lint argument promotion warnings (for now).
2005-06-28 16:01:59 +00:00
christos
853504efa1
Add some casts to appease lint
2005-06-28 15:33:27 +00:00
junyoung
97412acee5
ANSIfy, KNF, remove trailing spaces, and etc.
2005-06-28 14:52:07 +00:00
junyoung
6fd6afff50
Remove trailing spaces.
2005-06-28 14:45:47 +00:00
junyoung
3fccb28fa9
Cosmetic changes.
2005-06-28 14:43:26 +00:00
junyoung
6cb3e5962d
ANSIfy & remove trailing spaces.
2005-06-28 14:41:47 +00:00