Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-22 | Try again. (this time it's tested). | Artur Grabowski | |
Add proc_cansugid that checks if a process may raise it's privileges. Rework exec to remove the old sugid workaround and check proc_cansugid just before raising privileges. | |||
2001-06-22 | Fix lotsa bugs: | Jason Wright | |
- Hi/Fn length fields in command structures are 18 bits (feature!), but descriptor lengths are 16 bits. - define dmamap maximum lengths correctly (2^18 for total length, 2^16 for segments). - Make the defines more consistent, and add other modes - split source_count in command descriptors into a 16 bit length, and 16bit reserved part upshot: blocks as large as 2^18 - 8 work now for userland crypto | |||
2001-06-22 | provide sysctl iface for msgbuf; raadtified | Michael Shalayeff | |
2001-06-22 | shift the range for i/o space allocation to 0xa000 as it | Michael Shalayeff | |
seems that some compaq machines have smth in the existing range at 0x2000. from nate@ | |||
2001-06-22 | add more ipsec commands | Jason Wright | |
2001-06-22 | Add support for RNG on 7951; many thanks to Soren Kristensen | Jason Wright | |
<soren@soekris.com> for donating the cards. | |||
2001-06-22 | KNF | Theo de Raadt | |
2001-06-22 | KNF | Theo de Raadt | |
2001-06-22 | KNF | Theo de Raadt | |
2001-06-22 | KNF | Theo de Raadt | |
2001-06-22 | re-select default router on linklayer addrss changes. sync with kame. | Jun-ichiro itojun Hagino | |
2001-06-22 | KNF | Theo de Raadt | |
2001-06-22 | build it static; nate | Theo de Raadt | |
2001-06-22 | cleanup COMPAT_RFC1885 case, for icmp6 echoback packet size consideration | Jun-ichiro itojun Hagino | |
(obsolete). sync with kame | |||
2001-06-22 | do not forward packet back into point-to-point link, if the packet has | Jun-ichiro itojun Hagino | |
destination address that matches the p2p interface. this would lead us to pingpong (= chews bandwidth, can be attacked from remote). | |||
2001-06-21 | Canonicalize panic message | Niklas Hallqvist | |
2001-06-21 | Panic if we free stuff not in malloc region. (ifdef DIAGNOSTIC) | Niklas Hallqvist | |
2001-06-21 | Add support for the Cyclades-Z multiport serial cards. | Nathan Binkert | |
This has not been thoroughly tested yet, so it's not going into GENERIC now. From NetBSD. | |||
2001-06-21 | Do not FREE() stuff allocated in a pool | Niklas Hallqvist | |
2001-06-21 | Finish what Theo started (a char * to void * conversion) | Niklas Hallqvist | |
2001-06-21 | sync | Theo de Raadt | |
2001-06-21 | shorten | Theo de Raadt | |
2001-06-21 | translate LINUX_AF_INET6 (10) into AF_INET6. | Jun-ichiro itojun Hagino | |
2001-06-20 | Fix PR1826. tsleep in lf_setlock can return 0 if process was ptrace'd, | Grigoriy Orlov | |
but not wakeup'ed. In this case one entry can be placed twice at list of blocked locks. As a result block list contain an entry which points to itself. lf_wakelock can't remove such an entry and system livelocks trying to remove a bad entry from block list. Other changes include: - repair debug functions and make vfs_lockf.c compilable with LOCKF_DEBUG - simplify debug printing and remove useless debugging - remove unnecessary casting, replace NOLOCKF with NULL - free -> FREE (use one form over the file) - convert list of blocked locks to use TAILQ_* macroses - lf_addblock() -> TAILQ_INSERT_TAIL - Fix bug in lf_findoverlap(): in old code if (end == -1) && (lf->lf_end == -1) && (lf->lf_start <= start) then lf_findoverlap() return 4 instead of 2 - work more carefully with pointers (probably fix one or two bugs) - use wakeup_one() - KNF | |||
2001-06-20 | Comment spelling fix, and remove static regardless of | Niklas Hallqvist | |
CBB_DEBUG setting | |||
2001-06-20 | sync | Theo de Raadt | |
2001-06-20 | new gdt | Theo de Raadt | |
2001-06-20 | fix array filling; alaric@MIT.EDU | Theo de Raadt | |
2001-06-20 | comment typo. from jsyn@nthought.com | Niklas Hallqvist | |
2001-06-19 | revert parts that were meant to be committed (June 12th commit) | jasoni | |
- ok angelos@ | |||
2001-06-19 | do not attach at i2o-configured adapter; pointed out by ad@netbsd.org | Michael Shalayeff | |
2001-06-19 | no way, you are on drugs. last commit revoked because it broke setuid majorly | Theo de Raadt | |
2001-06-19 | mop up after angelos | Theo de Raadt | |
2001-06-18 | Close PR 1864, Mhz should be written as MHz. | Dale Rahn | |
2001-06-18 | more more microcode (so it does not end up installed in includes, for one) | Theo de Raadt | |
2001-06-18 | move microcode | Theo de Raadt | |
2001-06-18 | Check is sugid is allowed where we set the P_SUGID* flags. | Artur Grabowski | |
Remove the ugly hack added in last revision. | |||
2001-06-18 | Add proc_cansugid used to check if a process should be allowed | Artur Grabowski | |
to raise its privileges in exec. | |||
2001-06-18 | keep track of the txform/thash, and make sure that non-blocksize | Theo de Raadt | |
requests do not get passed to device drivers, because some like the ubsec(4) will do really nasty things like DMA to completely random locations in memory when you do so | |||
2001-06-18 | kill a debug message that makes UBSEC_DEBUG useless | Theo de Raadt | |
2001-06-18 | trace_req is not used anymore (was a nop). | Artur Grabowski | |
2001-06-18 | trace_req is a nop. | Artur Grabowski | |
rename stop -> proc_stop (stop is not a good function name). | |||
2001-06-18 | oops, backwards check | Theo de Raadt | |
2001-06-18 | split PT_DETACH handling, so that pc cannot be set by it; art ok | Theo de Raadt | |
2001-06-18 | incorrect panic message | Theo de Raadt | |
2001-06-18 | copyright notices; noted missing by nate | Theo de Raadt | |
2001-06-17 | spelling: Asymetric -> Asymmetric | Peter Valchev | |
2001-06-17 | Add -Wno-uninitialized. | Hugh Graham | |
2001-06-17 | Don't pciaddr_do_resource_allocate if device is AGP to avoid conflict. | Michael Shalayeff | |
from Masanori Kanaoka <kanaoka@netbsd.org> | |||
2001-06-17 | Set the delta for the particular source so telling mixerctl to decrease the | Michael Shalayeff | |
volume (using --) adjusts it far enough to stick. from Eric Haszlakiewicz <erh@netbsd.org> |