summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-01-15Don't allow enc0 to be added to a bridge, as it's used for allAngelos D. Keromytis
non-bound SAs...
2000-01-15Update.Angelos D. Keromytis
2000-01-15Update.Angelos D. Keromytis
2000-01-15Can't bind SAs to enc0Angelos D. Keromytis
2000-01-15Add function prototype.Angelos D. Keromytis
2000-01-15PRU_DETACH does not return ENOTCONN. If ipxp is NULL, EINVAL will beFederico G. Schwindt
returned way above.
2000-01-15Some KNF.Federico G. Schwindt
2000-01-15Check that INET is defined. Revove unused code. Some KNF.Federico G. Schwindt
2000-01-15Change function type to non-static.Angelos D. Keromytis
2000-01-15Remove unneded vars and code. 0 -> NULL. Some KNF.Federico G. Schwindt
Use statistics where available.
2000-01-15Remove the IPX ifdef; it's always there.Federico G. Schwindt
2000-01-15set the delay to 4000. this is needed by the Compaq AP400; kos@flirble.orgTheo de Raadt
2000-01-15clean up defines for openbsd powerpc, also enable the libc_r support properly.Dale S. Rahn
2000-01-15use model instead of name, more constistant with determining machine type.Dale S. Rahn
2000-01-15There is no need to waste short for holding EOF in the pushback buffer.Marc Espie
Now that the input_file structure is sufficiently fleshed out, just stop EOF at the putback level, and make sure files at EOF STAY at EOF.
2000-01-15Correct the serial device namebrian
Submitted by: Kevin Lo <kevlo@openbsd.org>
2000-01-15more KNF.Federico G. Schwindt
2000-01-15Don't recompute the checksum if tc is modified; from FreeBSD.Federico G. Schwindt
I'm not sure why we'd want to reset it. Leave the comment as is by now.
2000-01-15P3 id 8 is Coppermine; thanks maja for testing on your sweet sweet boxTheo de Raadt
2000-01-15special case one mislabeled device which is not a pci bridge at allTheo de Raadt
2000-01-15More statistics; from FreeBSD.Federico G. Schwindt
2000-01-15Remove unneeded mcopy. Add stats for errors in ipx_forward.Federico G. Schwindt
2000-01-15add 'd' to usage. mention rc.shutdown in the man page.Eric Jackson
2000-01-15(char *)0 -> NULL cleanup. From NetBSDEric Jackson
2000-01-15Handle the SNAP encapsulated IP/Non-IP case.Jason Wright
2000-01-14no such thing as machparam.h; bmah@ca.sandia.govTheo de Raadt
2000-01-14Cleanup the handling of ptes on 4m.Artur Grabowski
Implement a generic getptep4m that returns the pointer to the pte for (pmap, va). reimplement (and make static __inline) {set,get}ptesw4m and setpte4m using getptep4m. (more on this topic coming soon)
2000-01-14make setpgt4m static __inline, remove dead code.Artur Grabowski
2000-01-14call dologout() with 1. not -1Eric Jackson
2000-01-14show blackhole flag; ura@hiru.aoba.yokohama.jpTheo de Raadt
2000-01-14Try to allocate the first indirect block in the same cg as the inode.Artur Grabowski
This improves read speed for files of moderate size (100-500k). From FreeBSD (mckusick@FreeBSD.ORG).
2000-01-14rename DEBUGLOCKS to LOCKDEBUG to be consistent with the rest of the kernelArtur Grabowski
2000-01-14Drop SYNCER_MAXDELAY to 32. The delay is never bigger than 30 anyway.Artur Grabowski
2000-01-14Add options to CFLAGS, not COPTS; wd@ics.nara-wu.ac.jpTodd C. Miller
2000-01-14sort options, from paskalis@di.uoa.gr; .Xr gzip 1Markus Friedl
2000-01-14port:host:hostport in SYNOPSIS, from mep@netsec.netMarkus Friedl
2000-01-14Might as well ding the version number.Jason Downs
2000-01-14I could be wrong, but I doubt the world is going to end this year. Let'sJason Downs
give us at least through 2038 (which is the end of time, anyway). :-)
2000-01-14malloc lock helpersDavid Leonard
2000-01-14typo; rogoyski@cs.utexas.eduTheo de Raadt
2000-01-14Remove change that was checked in by accident with last commit.Dale S. Rahn
2000-01-14UVM changes mainly. As of this checkin UVM is still not working for powerpcDale S. Rahn
it has a copyin bug after device configuration. However to get these diffs out of my tree. All of the UVM code is currently inside ifdef UVM the kernel works fine without option UVM. Config files have been left without UVM for now. Prelimiary changes for busdma, (what UVM was wanted for).
2000-01-14RAMDISK kernels should not be configured as GENERIC, remove unnecessaryDale S. Rahn
pieces associated, shrinking the kernel is good. Add ppb to both of these, the PCI-PCI bridge would be a good thing for machine that have one.
2000-01-14fix ipv6 typo.Dale S. Rahn
2000-01-14remove unneeded flagEric Jackson
2000-01-13Interim ingress flows when doing linked SAs.Angelos D. Keromytis
2000-01-13include string.h to get strlen() prototypeTodd C. Miller
2000-01-13Record 50 levels of open parenthesis, open quotes, to give a post-mortem.Marc Espie
- no need to record more, as this is just for diagnosis purpose. This doesn't affect m4's main engine. - don't free file names as a compromise: the only other options would be to ref count them (not worth the complexity) or dup them systematically (ick).
2000-01-13add pcic2; matt@zigg.comTheo de Raadt
2000-01-13Rearrange IPXPROTO and IPXPORT names; add socket option for checksum; useFederico G. Schwindt
higher ports (> 6000) for privileged users; from FreeBSD. Add some new port entries.