lha
|
4fa2032edc
|
uppercase the lkm kernel-userspace dev macros and prefix them with LKM_
make modload print the bdev and cdev major when its a dev lkm
|
2002-09-18 22:59:36 +00:00 |
tron
|
735b375648
|
Don't try to print negative offset in module structure.
|
2002-09-13 17:16:00 +00:00 |
jdolecek
|
ee136a8411
|
add support for COMPAT LKMs
constify type_names[], avoid using random data for unknown/invalid types
|
2000-12-10 11:52:09 +00:00 |
itojun
|
bbef2fbaac
|
errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsd
|
2000-07-07 15:10:32 +00:00 |
simonb
|
299578ebd5
|
Spell "privilege" correctly (correct spelling from Jonathan Stone).
|
1999-08-16 02:59:22 +00:00 |
christos
|
1501054824
|
make this compile again... since size_t is unsigned long now, %*d's with
the size arg size_t make gcc bitch.
|
1999-06-15 15:04:40 +00:00 |
mrg
|
42806f4887
|
deal with 32 vs. 64 bit pointers, from joda@pdc.kth.se as part of PR#6149
|
1999-06-07 00:24:16 +00:00 |
mrg
|
7505f7caf3
|
revoke priviledges when no longer needed.
|
1998-07-06 11:58:51 +00:00 |
lukem
|
43298842d0
|
WARNSify, fix .Nm usage, getopt returns -1 not EOF
|
1997-10-19 05:17:27 +00:00 |
mrg
|
ca4f633f80
|
ensure strncpy() is nul terminated.
|
1997-05-07 16:35:34 +00:00 |
tls
|
9d225a1783
|
RCS ID police
|
1997-01-09 20:18:21 +00:00 |
mrg
|
2883126ca7
|
strcpy -> strncpy (from freebsd).
|
1996-12-11 00:30:20 +00:00 |
jtc
|
b46d63c723
|
sys/errno.h -> errno.h
|
1995-06-27 00:18:19 +00:00 |
cgd
|
ba346cac3f
|
kill (bogus) multiple inclusions
|
1994-05-23 05:42:41 +00:00 |
cgd
|
3b59599485
|
kill stupidity
|
1994-05-05 06:35:50 +00:00 |
mycroft
|
5cfca54767
|
Style cleanup; use err*() and atexit().
|
1994-04-01 04:33:48 +00:00 |
deraadt
|
feb763311e
|
i love ansi
|
1993-12-03 10:37:14 +00:00 |
cgd
|
57d3a6d525
|
add support for terry lambert's loadable kernel modules.
needs a bit of cleanup, but overall: SLICK!
|
1993-06-07 19:51:59 +00:00 |