Commit Graph

143217 Commits

Author SHA1 Message Date
uwe
e7b43156c5 Truncate the argument to 16 bit with extu.w 2006-02-04 22:24:26 +00:00
christos
c7a1af8c71 From ftp.openbsd.org. 2006-02-04 22:22:31 +00:00
xtraeme
452f660f6f Add missing ';' missed in previous. 2006-02-04 22:08:01 +00:00
uwe
c61d2c641d libc wants __bswapNN, kernel wants bswapNN. That was not accounted
for during the merge of kernel and libc versions.  Fix to match
e.g. i386 code.
2006-02-04 21:53:31 +00:00
reinoud
8c7d758cbc Change a comment into a TODO and fix up case where we could return an
illegal allready-freed memory space.
2006-02-04 21:29:11 +00:00
reinoud
c0dbf19c1e Add support for SCSI MMC feature 0x0024: hardware assisted defect
management to be passed in mmc_discinfo's device capabilities.

When a device reports support for this the hardware will automatically
remap sectors on read- or write-errors. CD-MRW, DVD+MRW, DVD-RAM and BR-RE
support these.
2006-02-04 21:26:15 +00:00
uwe
708fa89a18 Revert previous. It just attempts to hide bugs in libkern of affected
ports: after the src/common merge, bswapNN are not renamed correctly
for some of the ports.
2006-02-04 21:23:43 +00:00
wiz
0b2d6f2449 Remove superfluous .Pp. 2006-02-04 20:23:17 +00:00
wiz
a3b1d82cd0 Use .Ap. 2006-02-04 20:19:21 +00:00
christos
56e5fb3faa add cvs2netbsd script 2006-02-04 20:16:28 +00:00
wiz
82924459cb Use more markup, fix xref, serial comma, other misc. fixes. 2006-02-04 20:10:53 +00:00
apb
4b800fb1f5 Mention build.sh syspkgs and build.sh iso-image. 2006-02-04 19:57:04 +00:00
christos
41bcaabc05 mention cvs 2006-02-04 19:13:32 +00:00
wiz
648ad34cf7 Remove superfluous comma. 2006-02-04 18:52:18 +00:00
wiz
bb3c26cb98 Remove bogus line (pasto?). 2006-02-04 18:50:39 +00:00
wiz
a8a26906be Bump date for previous. 2006-02-04 18:49:47 +00:00
wiz
738c680f0d Serial comma, grammar fix. 2006-02-04 18:48:45 +00:00
wiz
4679714200 Sort SEE ALSO. 2006-02-04 18:48:01 +00:00
wiz
1fc051f36f Serial comma; bump date for previous. 2006-02-04 18:47:31 +00:00
wiz
e1a202b1cb Bump date for security.* 2006-02-04 18:37:58 +00:00
wiz
f95c736511 New sentence, new line. Fix typo. 2006-02-04 18:37:20 +00:00
wiz
298f5a67e2 New sentence, new line; sort SEE ALSO; other minor improvements 2006-02-04 18:35:49 +00:00
skrll
d36eb258eb mknative re-run to pick up the binutils version from the sources
imported, i.e. the binutils-2.16.1 release and not the branch that
I worked with originally.

Lot of the changes are due to the update of the mknative script RCSId.
2006-02-04 17:03:02 +00:00
christos
bb26d73fba Bye bye cvs 2006-02-04 16:31:25 +00:00
christos
3f2ec09c9f bye bye old cvs. 2006-02-04 16:30:30 +00:00
christos
0a1a311825 descend to xcvs 2006-02-04 16:30:04 +00:00
christos
2cd25f5744 Add all our changes:
- our kerberos support
- nolock
- setuid support / setxid in child
- avoid dangerous commands and only allow admin group to execute them
- selectable CVS directory name
- symlinked repository fixes
- log admin commands in history
- default to ssh instead of rsh
- localid keyword
- null revision on re-added files
- umask fixes
- t flag in log
- don't recursively re-enter signal error handler
- xasprintf in selected places
- ipv6 support
2006-02-04 16:29:55 +00:00
christos
56ece2a214 Add build glue and new config file. 2006-02-04 16:22:53 +00:00
elad
02e23f0fb1 move setid core externs near defcorename, as requested by yamt@. 2006-02-04 16:11:36 +00:00
christos
c43c5d6f66 Import CVS-1.11.21: See the NEWS files for changes from 1.11.20 2006-02-04 15:52:40 +00:00
simonb
25e557419f Prototypes for i386-related clock functions. 2006-02-04 15:50:19 +00:00
simonb
c5c308b498 Replace file somehow removed from HEAD instead of simonb-timecounters
branch.
2006-02-04 15:45:18 +00:00
simonb
278244db9c Don't need old i8254 microtime() with timecounters. 2006-02-04 15:08:44 +00:00
christos
ec39469a12 PR/32730: Ed Shouten: setting WS_DEFAULT_[FB]G does not change colors entirely 2006-02-04 14:54:56 +00:00
dsl
758e638b69 We don't need syscall_fancy() unless KTRACE or SYSTRACE is defined.
There also must be a better way to define these (almost equivalent) routines,
not to mention the one in mach_syscall.c
2006-02-04 14:11:34 +00:00
xtraeme
d13dcd1df2 Move sysctllog inside the _LKM block. Reported by Jukka Salmi. 2006-02-04 14:01:08 +00:00
yamt
e31143d772 vndthread: fix an integer overflow. fix a panic reported by Simon Burge. 2006-02-04 13:40:38 +00:00
yamt
9e261d2477 vndstrategy: do bounds_check_with_mediasize. 2006-02-04 13:38:04 +00:00
martin
70bb3713ea Fix cursor size. From Ed Schouten in PR port-playstation2/32728. 2006-02-04 12:13:05 +00:00
yamt
5a3e361753 for some random places, use PNBUF_GET/PUT rather than
- on-stack buffer
	- malloc(MAXPATHLEN)
2006-02-04 12:09:50 +00:00
martin
77e0dba33e We want "traditional" abi on mips.
From Nick Hudson.
2006-02-04 12:08:22 +00:00
yamt
14962199bf nestiobuf_iodone: remove a comment which is no longer true. 2006-02-04 12:02:35 +00:00
yamt
e57cc1fc5c vfs_buf_print: print b_rawblkno as well. 2006-02-04 12:01:26 +00:00
yamt
ffadcb89d9 vn_read: don't bother to allocate read-ahead context here.
it will be done in uvn_get if necessary.
2006-02-04 11:58:08 +00:00
yamt
6e6449891d vndthread: play with b_vp and v_numoutput as it used to do,
for "strange" filesystems like nfs.  PR/32671 from Simon Burge.

although i'm not really happy with this "fix", i think that the code will
be replaced with direct i/o anyway, sooner or later...
2006-02-04 11:52:32 +00:00
dsl
d85485aca1 Use any inlined functions provided by machine/byte_swap.h even when
optimisation is disabled (mmm bloated code..).
Fixes hp700 kernel build.
2006-02-04 11:44:48 +00:00
jmmv
9485c8d272 Now that my idea to fix the detection of the boot device cannot work, reword
the 'XXX' comment and remove the marker.  Also, in case there is no match,
fall back to wd0 instead of nothing.
2006-02-04 11:28:54 +00:00
jmmv
6cf8f1a5d9 Revert yesterday's change that attempted to fix the detection of the
boot device when using a Multiboot boot loader.  It couldn't work because
these boot loaders do not pass a checksum of the disk so matchbiosdisk()
cannot really find any matches.  I should have gone to sleep before
commiting...

Found by xtraeme@.
2006-02-04 11:24:42 +00:00
dsl
8d7fb15302 Add .MAKE to targets that run ${MAKE} so that parallel makes work properly. 2006-02-04 11:23:45 +00:00
yamt
b38b1510eb vnd_cget: remove a wrong comment. 2006-02-04 11:19:59 +00:00