htodd
|
5fcfb3153d
|
And add a skip for the deleted _gpio in uid.
|
2013-07-14 15:44:00 +00:00 |
|
htodd
|
aebf69ca0d
|
Add _rtadvd to uid check as well.
|
2013-07-14 15:27:12 +00:00 |
|
htodd
|
173d865eac
|
Adding _rtadvd to group check.
|
2013-07-14 15:17:22 +00:00 |
|
njoly
|
dd3d742fd5
|
Switch a few remaining system/pathname configuration variables from
"Dv {xxx}" to "Brq Dv xxx".
|
2013-07-14 14:29:09 +00:00 |
|
reinoud
|
0eb394b1d0
|
udf_gro_genealogy() : source and destination should never be the same on call,
KASSERT it instead of checking for it.
|
2013-07-13 19:42:26 +00:00 |
|
reinoud
|
a987c68f3a
|
vp is used, so don't (void) it
|
2013-07-13 19:40:14 +00:00 |
|
reinoud
|
2b15913865
|
Rework udf_gro_rename() to be more linear instead of nesting if/else
branching.
|
2013-07-13 19:39:02 +00:00 |
|
skrll
|
3aa460b612
|
Add crtstuff for hppa. Lightly tested.
|
2013-07-13 18:52:35 +00:00 |
|
njoly
|
a99b56e5d4
|
Quote -width arguments that start with a '-' sign.
|
2013-07-13 10:54:00 +00:00 |
|
njoly
|
c16c550ee5
|
Adjust -width argument to match reality; and while here quote it.
|
2013-07-13 10:52:50 +00:00 |
|
skrll
|
a704d8b98d
|
Use sy_invoke
|
2013-07-13 10:29:37 +00:00 |
|
skrll
|
53f3286e0a
|
Put some common entry stuff into _ENTRY and use it.
|
2013-07-13 10:26:30 +00:00 |
|
skrll
|
9a641fd145
|
crt0 actually calls ___start
|
2013-07-13 09:48:26 +00:00 |
|
njoly
|
d5921f2b1c
|
Fix unknown .Tp macro.
|
2013-07-13 09:24:25 +00:00 |
|
msaitoh
|
9cf9a75a7d
|
Fix the chip revision of 57765_AX.
|
2013-07-13 07:53:53 +00:00 |
|
christos
|
53fbf02908
|
cast to avoid warning.
|
2013-07-12 22:39:50 +00:00 |
|
christos
|
255f657e8d
|
Add a function to move the cursor.
|
2013-07-12 17:48:29 +00:00 |
|
roy
|
98fccb9933
|
build correctly for RCDIR
|
2013-07-12 17:32:47 +00:00 |
|
roy
|
b7d5ad0712
|
build correctly for SBINDIR
|
2013-07-12 17:30:25 +00:00 |
|
roy
|
6f827ce7f6
|
Import openresolv-3.5.6
|
2013-07-12 16:52:56 +00:00 |
|
roy
|
e9917e6e19
|
Import openresolv-3.5.6
Highlights include:
name_servers[_append] and search_domains[_append] now work for subscribers
other than libc.
|
2013-07-12 16:50:27 +00:00 |
|
reinoud
|
8ad309e64f
|
In case there is trouble determining the number of entries in a directory,
return its not empty to be on the safe side.
|
2013-07-12 16:14:10 +00:00 |
|
kiyohara
|
74224af382
|
Add esp(Castle SCSI board). Tested only BBC A3000 with 4MByte.
|
2013-07-12 14:28:39 +00:00 |
|
tteras
|
4595769cee
|
From Sven Vermeulen <sven.vermeulen@siphos.be>: Moves ploginit() up,
allowing logging events from init_avc() to show up as well.
|
2013-07-12 13:11:50 +00:00 |
|
kefren
|
0e52e04b03
|
correct loopback address test
correct addr add/del handling
|
2013-07-12 08:55:52 +00:00 |
|
matt
|
3cb099121d
|
Add a RCSID macro for non _KERNEL use
|
2013-07-11 19:50:55 +00:00 |
|
aymeric
|
2c50b87899
|
In usbd_transfer(), abort the xfer if it is interrupted by a signal while in
progress.
This prevents that xfer from being freed while still on queue, and ensuing
panic().
|
2013-07-11 19:46:44 +00:00 |
|
reinoud
|
d9c51d931b
|
Resort to the easiest way to check if a directory is deleted: the flag that
tells that there is no FID (dirent) pointing to it anymore.
|
2013-07-11 19:41:19 +00:00 |
|
christos
|
c7ba776dbf
|
comment out the entries that are common with termios, and explain that they
need to keep the same values.
|
2013-07-11 19:17:57 +00:00 |
|
kefren
|
949b2852b8
|
add code for address and address withdraw messages
get rid of unused fields in tlv struct
|
2013-07-11 18:02:03 +00:00 |
|
matt
|
2b0b9e5db4
|
Use pc-relative branch in crt0.S
Add crtend.S and crtbegin.h (uses pc-relative branches as well).
|
2013-07-11 17:07:35 +00:00 |
|
christos
|
8c7f9e3f04
|
make all constants that are used in unsigned variables unsigned.
|
2013-07-11 16:46:06 +00:00 |
|
matt
|
7d7a3799d0
|
Add crtstuff for alpha. Compile tested only.
|
2013-07-11 16:40:27 +00:00 |
|
matt
|
9993694db9
|
Make this work for N64 as well.
|
2013-07-11 16:23:40 +00:00 |
|
reinoud
|
da86562477
|
Small cleanup
|
2013-07-11 15:43:12 +00:00 |
|
kiyohara
|
d70922cbfe
|
Add Castle SCSI16 board.
|
2013-07-11 13:44:50 +00:00 |
|
kefren
|
046ba50ee2
|
sprinkle more const
|
2013-07-11 10:46:19 +00:00 |
|
kefren
|
702fd22f56
|
speed up a little bit the string<->prefixlen transforms
|
2013-07-11 09:11:35 +00:00 |
|
mrg
|
1a1e3035f8
|
add a target to export a bozohttpd distfile.
|
2013-07-11 08:51:09 +00:00 |
|
mrg
|
dbf68b5f60
|
merge parts of the release Makefile back in; unused by the netbsd build.
|
2013-07-11 08:32:39 +00:00 |
|
mrg
|
fd2f6d873b
|
prepare for netbsd to be mastersrc for bozohttpd.
|
2013-07-11 08:24:47 +00:00 |
|
wiz
|
0b8a06c9e2
|
netbsd.org -> NetBSD.org and use my @NetBSD.org address as well.
|
2013-07-11 08:19:56 +00:00 |
|
mrg
|
7ec01116c2
|
copyright maint.
|
2013-07-11 07:46:37 +00:00 |
|
mrg
|
a4b84ca096
|
- update CHANGES with recent changes
- export esacpe_html() and use it in directory indexing
- update manual to include recent contributors
|
2013-07-11 07:44:19 +00:00 |
|
martin
|
52a1560729
|
Switch sparc and sparc64 to USE_COMPILERCRTSTUFF=no
|
2013-07-11 06:58:30 +00:00 |
|
martin
|
724aa133a7
|
Add support for sparc and sparc64
|
2013-07-11 06:57:15 +00:00 |
|
kefren
|
5f15a81b16
|
Local addresses vector is not needed anymore
|
2013-07-11 05:55:13 +00:00 |
|
kefren
|
2cc7bf11fa
|
Constify a little bit
|
2013-07-11 05:45:23 +00:00 |
|
matt
|
dfa5980290
|
Add END(func) so gdb doesn't get so confused.
|
2013-07-10 23:30:45 +00:00 |
|
matt
|
3e1a908f3c
|
Fix another bneq -> beql botch
|
2013-07-10 22:55:40 +00:00 |
|