summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-02-14and one more tweaking round by krause, thanks!Henning Brauer
2003-02-14more good tweaks by krauseHenning Brauer
2003-02-14more krause tweaksHenning Brauer
2003-02-14new sentence, new lineHenning Brauer
whitespace some typos krause, 10x!
2003-02-14Add back -w support (was -much- easier than I thought)Jason Wright
2003-02-14Give spamd.8 something to .XrJason Wright
2003-02-14fix bug that would leave an FD locked if dup'd, then closed.Marco S Hyman
Also, for safety lock the _thread_fd_table when removing entries.
2003-02-14white spaceMarco S Hyman
2003-02-14Let UBSEC_DEBUG compile; based on diff from sam at errno dot comJason Wright
(also nuke the last vtophys so it'll even work on sparc64)
2003-02-14spamd now uses tables (these load MUCH faster on my ss2); ok deraadtJason Wright
2003-02-13no mdec/boot on the ramdisk. name it chewable for the etc/makefilesMichael Shalayeff
2003-02-13syncTheo de Raadt
2003-02-13Don't force all ATAPI devices to PIO mode 3, there areAlexander Yurchenko
devices which only support PIO mode 2 or less. Use atap_oldpiotiming to obtain supported mode for such devices. Also use SET FEATURES only for PIO mode > 2. Work by Alec Skelly <alec@dtkco.com> with my little help. ok costa@
2003-02-13Plug mbuf leak when there is an IV mismatch during software decrypt.Todd C. Miller
Found by dhartmei@; I thought he committed the fix but appearently not. Also make the debugging printf for IV mismatch more useful.
2003-02-13We have /bsd, not /kernel. Talked over with drahn@ some time ago.Todd C. Miller
2003-02-13proper free order; from sturm@Michael Shalayeff
2003-02-13syncMichael Shalayeff
2003-02-13oops; spotted by drahnTheo de Raadt
2003-02-13Fix loop invariants in rmremote(). Reported by Arne Woerner in PRTodd C. Miller
3084; different fix used. Hopefully this makes the code in question easier to read. deraadt@ henric@ OK
2003-02-13NVIDIA in da houseAlexander Yurchenko
2003-02-13NVIDIA nForce/nForce2 now supportedAlexander Yurchenko
2003-02-13Final part of NVIDIA nForce/nForce2 IDE support:Alexander Yurchenko
- registers definitions - timing values setup - cable detection Partially from Linux, FreeBSD and AMD specs. Many thanks to Johan Lindman <tybollt@solace.mh.se> for providing access to the testing machine. ok gluk@
2003-02-13Add cable detection for AMD chips, directly from AMD specs.Alexander Yurchenko
Tested by todd@; ok gluk@
2003-02-13when complaining about an illegal netmask print the value we're complainingHenning Brauer
about
2003-02-13ease the yacc a bit by using a "not" rule instead of having two rules w/ andHenning Brauer
without '!' everywhere ok dhartmei@
2003-02-13be consistent when listing the different rule type for order requirementHenning Brauer
krause
2003-02-13when talking about the order requirement, mention all 7 sections we have now.Henning Brauer
from krause with minor tweaks by me grammar ok jmc@
2003-02-13grammar; krauseHenning Brauer
ok jmc@
2003-02-13new sentence, new lineHenning Brauer
2003-02-13typos;Jason McIntyre
setextattr(8): example markus@ spamd(8): someone else found some of these on bugs/misc, but for the life of me i can't find out who pf.conf(5): from openbsd@davidkrause.com raidctl(8): from ian@darwinsys.com
2003-02-13talk about 3C905B-TX and 3C905C-TX.Federico G. Schwindt
2003-02-13This files are not used anymore since librpcsvc is fixed. -mojMats O Jansson
2003-02-13support for 3C905B internal PHY; markus@ ok.Federico G. Schwindt
2003-02-13This fixes the problem with ypxfr switching key and value on map transfer.Mats O Jansson
This will make librpcsvc follow the real protocol and not the incorrect specification in yp.x. The changes in yp.x is from FreeBSD. A make build is the simplest way to get things working but the following five step is an alternative 1) make depend && make && make install in lib/librpcsvc 2) make includes in lib/librpcsvc 3) make depend && make && make install in lib/libc 4) make depend && make && make install in usr.sbin/ypserv/ypserv 5) make depend && make && make install in usr.sbin/ypserv/ypxfr -moj ok niklas@ ho@
2003-02-13add 3C905B internal PHY.Federico G. Schwindt
2003-02-13add libedit support.Federico G. Schwindt
from Pedro Bastos <pbastos at grad dot inf dot puc-rio dot br>, minus SMALL support. minor change by me. millert@ ok.
2003-02-13add support for printing disklabels in units other than sectors fromTed Unangst
the cmdline based on a patch by mho at mho.nu ok and input by millert@
2003-02-12Ugh, not that I imrpoved things with the previous... take 2!Jason Wright
2003-02-12awkward wordingJason Wright
2003-02-12move to 3.3-betaTheo de Raadt
2003-02-12move ddb_regs decl from .h to .c to avoid commonJason Wright
2003-02-12separate evirq into macintr and openpic versions (they just -happened- to beJason Wright
the same size). ok drahn
2003-02-12some comments on the pci bridges and dino is at phantomas not mainbusMichael Shalayeff
2003-02-12replace crc32 code with BSD licensed code from opensshMarkus Friedl
2003-02-12Put a pckbc-like "slot" locator for gsckbc children. Even if this has noMiod Vallat
sense inthe gsckbc world, the code currently requires this for proper attachment. Oops.
2003-02-12replace crc32.c with a BSD licensed version; noted by David TurnerMarkus Friedl
2003-02-12How uncommon... hppa only has one common: msgbufmapped (decl'd in /sys/kern)Jason Wright
2003-02-12disable tigon (uses arithmetic on bus_handle_t's)Jason Wright
2003-02-12It is not clear that the order of operations will be what the programmerHenric Jungheim
intended. (This fixes a gcc3 warning.) ok jason, millert
2003-02-12Address the NFS problems recently discussed in various threads.Daniel Hartmeier
Change semantics of scrub option 'no-df' slightly: if the option is used, it now also applies to _fragments_ with IP_DF set, not just to complete packets. Hence, adding 'no-df' to 'scrub in all fragment reassemble' allows to clear IP_DF from fragments, so they don't get dropped but reassembled. This affects several UDP protocols that used PMTU discovery, mostly Linux' NFS implementation. In short, if you have 'scrub in all' now, you probably want to change that to 'scrub in all no-df', unless you want to drop fragments with IP_DF set (some people have good reasons to do the latter, hence the non-default option). ok frantzen@, henning@, cedric@