Commit Graph

219820 Commits

Author SHA1 Message Date
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
matt
f0b769f0ae If using mdsetimage to install a ramdisk install, add the ramdisk to SYSTEM_DEP
so the kernel will be relinked and the new ramdisk installed.
2013-07-10 20:25:21 +00:00
reinoud
c689e7fed3 Remove the dirent checks and references. UDF doesn't need/use them on rename
so just to make sure, we remove all references/checks to not trigger bugs
thats are not really ours.
2013-07-10 19:14:07 +00:00
reinoud
70ad4376ce Add udf_rename.c to the UDF module make 2013-07-10 19:07:20 +00:00
reinoud
ef76be89bb Update test cases for UDF now udf_rename() uses the genfs_rename framework 2013-07-10 18:55:00 +00:00
reinoud
5bf2bdc26b Oops forgot the rump addition of udf_rename.c 2013-07-10 16:47:17 +00:00
tcort
998a133bbf i2cscan: support scans using only 1 byte reads
Add the '-r' option to scan using only 1 byte reads. This enhances
usability on i2c controllers, such as the am335x and dm37xx, that
don't support quick writes (0 byte writes). The default behaviour
remains unchanged.

Review and OK by jmcneill@
2013-07-10 15:18:54 +00:00
reinoud
a7795a09e4 Implement udf_rename() using the new genfs_rename() framework.
Fixes PR kern/47986
2013-07-10 15:10:56 +00:00
matt
d28e4d0aac Simplify ELFSIZE by using _MIPS_SZPTR 2013-07-10 15:08:38 +00:00
matt
b32e808ac8 Add a ELFSIZE define 2013-07-10 15:05:46 +00:00
matt
cf0e8a20c0 Fix logic inversion. 2013-07-10 14:27:01 +00:00
martin
14d55ae518 Try to also document the variant using common C code - Matt, please review! 2013-07-10 09:41:16 +00:00
martin
36d44ff56f Fix typo 2013-07-10 09:32:49 +00:00
joerg
ad436ff631 Fix stack overflow. 2013-07-10 08:00:29 +00:00
matt
b89cdb0e53 Fix typo (pa instead of va). 2013-07-09 20:33:03 +00:00
martin
03c1f052c8 Make dubious code that skips a few interrupts hardcoded print a verbose
message asking the user to mail us details. This will also alarm us
should the strange test sometimes in the future trigger eroneously
on newer hardware.
2013-07-09 20:32:11 +00:00
sjg
3eb72d30de For .MAKE.LEVEL.ENV use VAR_CMD so updates are ignored 2013-07-09 18:44:41 +00:00