summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-05-04Move _bus_space_unmap() to machdep.c so it can be used notAlexander Yurchenko
only by the rbus code. Also knf it and sync with bus_space_unmap(). ok millert@
2004-05-04Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.Alexander Yurchenko
This matches our SLIST behaviour and NetBSD's SIMPLEQ as well. ok millert krw deraadt
2004-05-04uppercase + whitespace fix from jmc@.Cedric Berger
2004-05-04Do not disable -fcaller-saves anymore.Miod Vallat
2004-05-04Backport a fix from gcc 3 (revision 1.32):Miod Vallat
* caller-save.c (mark_referenced_regs): Mark partially-overwritten multi-word registers. This problem apparently only affected m88k, as far as OpenBSD is concerned.
2004-05-04In _longjmp(), flush windows rather than attempting to backtrack manually,Miod Vallat
since the latter is not reliable in all cases. This allows ruby to work on sparc64. Problem spotted by claudio@; fix adapted from NetBSD for sparc, FreeBSD for sparc64; ok deraadt@
2004-05-04Talk about return-rst improvements. noticed+ok deraadt@Cedric Berger
2004-05-04zap some spacesTheo de Raadt
2004-05-04Always ask the user for the root device if we are "swap generic" and theMiod Vallat
boot device is not known, as other arches do.
2004-05-04Fix my stupid bug with missing sata_setup_channel() call.Alexander Yurchenko
Now VIA VT8237 SATA really works. Problem report, testing and ok drahn@.
2004-05-04Add missing MLINK for sum(1), noticed by deraadt@Todd C. Miller
2004-05-04adjust, need privsep.c here tooHenning Brauer
2004-05-04privilege seperate dhclient.Henning Brauer
the privileged child's duty is the dhclient-script env setup & exection. the parent process now chroots to /var/empty and drops privileges to _dhcp mostly hacked at vancouver airport with some feedback from krw@ and otto@, tested to not break installs by krw@
2004-05-04Correctly plug the memory leak and fix a error message.Claudio Jeker
2004-05-04syncAlexander Yurchenko
2004-05-04A couple of Intel 6300ESB devices found in dmesg posted to misc@Alexander Yurchenko
by Markus Foerster <openbsd@1ster.de>. ok deraadt@
2004-05-04syncTheo de Raadt
2004-05-04Sort out the various Intel Pro/1000 IDs.Henric Jungheim
From Marco Peereboom.
2004-05-04Sync.Henric Jungheim
2004-05-04Sort out the various Intel Pro/1000 device IDs.Henric Jungheim
From Marco Peereboom
2004-05-04Create /var/empty on miniroot install media. Privsep dhclient requiresKenneth R Westerback
this to successfully chroot. ok henning@ beck@
2004-05-03KNF. ok ho@Hans-Joerg Hoexer
2004-05-03Use libc strtonum, not private copy. Based on a diff from tedu@.Todd C. Miller
OK otto@
2004-05-03Be smarter about signed vs. unsigned (produces better error messages).Todd C. Miller
OK otto@
2004-05-03Missed this in the __strerror() removal.Todd C. Miller
2004-05-03strtonum prototypeTed Unangst
2004-05-03Sync some prototypes with the headersTodd C. Miller
2004-05-03Some u_char -> u_int8_t conversion I missed earlier.Todd C. Miller
2004-05-03Use KNF indentation style and do some u_char -> u_int8_t conversionTodd C. Miller
I missed earlier.
2004-05-03libc/libpthread major number crankTodd C. Miller
2004-05-03libc major number crankTodd C. Miller
2004-05-03Add COMPAT_35Todd C. Miller
2004-05-03regenTodd C. Miller
2004-05-03POSIX says the length parameter for semop(2) and shmget(2) should be size_t.Todd C. Miller
Create new syscalls with the correct parameters and add compat versions for the old ones under COMPAT_35.
2004-05-03Use size_t as the type of the length parameter per POSIXTodd C. Miller
2004-05-03No longer need __strerror(3) now that we use strerror_r() inside libc.Todd C. Miller
2004-05-03Add Pad and FileChunk functions for each family of hash functions.Todd C. Miller
The Pad function does padding like in Final but does not finish processing. The FileChunk function creates a digest from a portion of a file. Also made the length parameters consistent (and size_t).
2004-05-03Make ndbm match POSIX. A datum consists of a void *dptr and a size_t dsize.Todd C. Miller
Also make the open functions take a mode_t, not int. OK deraadt@
2004-05-03XPG specifies bsd_signal(3) so make it an alias for signal(3); OK deraadt@Todd C. Miller
2004-05-03Add _Exit(3) as per C99. Discussed with espie@ some time ago.Todd C. Miller
2004-05-03typo spotted by grangeTed Unangst
2004-05-03strtonum, a nicer version of strtoll, by millert and myself.Ted Unangst
ok deraadt@ millert@
2004-05-03If wi@pcmcia fails in wiattach(), disestablish the interrupt andDale Rahn
let the rest of the cleanup code run. ok millert@
2004-05-03Sync with NetBSD, Fixes a problem identified with regress/.../ieeefp/round.Dale Rahn
2004-05-03Remove OpenBSD/pegaos, this has been announced before but delayed untilDale Rahn
the tree was stable. No point in code supporting a company which screws its employees being in the OpenBSD tree.
2004-05-03Make socket that reads reload requests from crontab be non-blocking.Todd C. Miller
Problem found by Jarno Huuskonen.
2004-05-03Do a better job of documenting strerror_r() and add an ERRORS section.Todd C. Miller
2004-05-03Final luna88k sets touches, checked with aoyama@Miod Vallat
2004-05-03This file is long dead now.Miod Vallat
2004-05-03more altq bandwidth tweaks for "make pfaltq".Kenjiro Cho