summaryrefslogtreecommitdiff
path: root/sys/conf
AgeCommit message (Collapse)Author
2001-10-04radio files.Grigoriy Orlov
From Vladimir Popov <jumbo@narod.ru>, Maxim Tsyplakov <tm@oganer.net>
2001-09-21Driver for Sun GEM ethernet. Not ready yet.Artur Grabowski
From NetBSD
2001-09-19Unify elf32 and elf64 code with macros. This forced a renamingArtur Grabowski
of a few functions from elf32.
2001-09-18Opps. should have comitted this yesterday. add ext2fs_bswapArtur Grabowski
2001-09-17No need to define TIMEZONE and DST to 0 here, param.c does that automagically.Artur Grabowski
2001-09-11move to 3.0-betaTheo de Raadt
2001-08-23Remove even more old timeout tentacles.Artur Grabowski
2001-08-19add attribute for LSI dma controllerJason Wright
2001-08-18Mostek cmos clock stuff (from netbsd)Jason Wright
2001-08-18Add MII routines to support the ASIX AX88190 MAC controller; from NetBSD.Aaron Campbell
2001-08-12seminfo.semmap and SEMMAP are not used; kill themTodd C. Miller
Solaris doesn't have these either...
2001-08-09change a maze of altq options into just "altq" for the base+red+cbq, andTheo de Raadt
then altq_* for each of the other * experimental options. and.. enable it by default in GENERIC.
2001-08-08IPCOMP removal. deraadt@ ok.Jean-Jacques Bernard-Gundol
2001-08-03proper vga_* handling; pointed out by tholo@Michael Shalayeff
2001-07-18sort subr_pool into the right place.Artur Grabowski
2001-07-17split ip normalization out into a separate file, okay dhartmei@Niels Provos
2001-07-13On my 10th wedding anniversary I am celebrating byNiklas Hallqvist
committing this driver for technology from back when I got married :-) It is for DEC EtherWorks cards, and comes from NetBSD. I have done severe KNF, and fixed the driver to work with PIO-only cards. Enjoy!
2001-07-06"option IPSEC needs the enc interface"Angelos D. Keromytis
2001-07-05deflate only for ipcompTheo de Raadt
2001-07-05zlib only for ppp_deflate | ipcompTheo de Raadt
2001-07-05IPComp. Turned off by default in GENERIC.Jean-Jacques Bernard-Gundol
2001-07-05Get rid of REAL_CLISTS. It was never implemented and the tentacles areArtur Grabowski
everywhhere.
2001-07-05kern_fthread is no longer needed.Artur Grabowski
2001-06-27ALTQ base modifications to the kernel.Kenjiro Cho
- ALTQ introduces a set of new queue macros that coexist with the traditional IF_XXX macros. - "struct ifaltq" replaces "struct ifqueue" in "struct ifnet". - assign cdev major 74 for i386 and 54 for alpha as ALTQ control interface.
2001-06-27SWAPPAGER and DEVPAGER are distant memories from the past.Artur Grabowski
2001-06-27uvm is no longer an option.Artur Grabowski
2001-06-27Remove old vm.Artur Grabowski
2001-06-25we need only one pflog nowNiels Provos
2001-06-25first stab at packet logging for pf. inspired by late night dreams of art.Niels Provos
we just pass drop and passed packets to different pseudo interface that can be listened to with bpf.
2001-06-25move pf hooks to sys/conf/GENERICKjell Wooding
2001-06-25Remove NQNFSConstantine Sapuntzakis
2001-06-24Initial import of pf, an all-new ipf-compatable packet filter.Kjell Wooding
Insane amounts of work done my dhartmei. Great work!
2001-06-23Add in4_cksum.cAngelos D. Keromytis
2001-06-08Remve net_osdep.cAngelos D. Keromytis
2001-06-08rename a file for The Anal OneTheo de Raadt
2001-06-08Add pfkeyv2_convert.cAngelos D. Keromytis
2001-05-30Remove ipf. Darren Reed has interpreted his (old, new, whichever)Theo de Raadt
licence in a way that makes ipf not free according to the rules we established over 5 years ago, at www.openbsd.org/goals.html (and those same basic rules govern the other *BSD projects too). Specifically, Darren says that modified versions are not permitted. But software which OpenBSD uses and redistributes must be free to all (be they people or companies), for any purpose they wish to use it, including modification, use, peeing on, or even integration into baby mulching machines or atomic bombs to be dropped on Australia. Furthermore, we know of a number of companies using ipf with modification like us, who are now in the same situation, and we hope that some of them will work with us to fill this gap that now exists in OpenBSD (temporarily, we hope).
2001-05-17convert mbuf and cluster allocation to pool, mostly from NetBSDNiels Provos
okay art@ miod@
2001-05-17It's Daylight Saving Time, not Savings. Fix comments.Peter Valchev
Discussed with pjanzen@
2001-05-16Create COMPAT_25 and move ogetfsstat, ostatfs and ostatfs into it.Todd C. Miller
Create COMPAT_23 and move __osemctl, omsgctl, oshmctl there.
2001-05-16kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and ↵Todd C. Miller
kern_ipc_10.c for other compat modules.
2001-05-15Split wi(4) into bus-dependent and bus-independent bits similar toTodd C. Miller
an(4) -- no real code changes at this point. Rename if_wavelan_ieee.h to if_wi_ieee.h while I'm at it and create an if_wivar.h similar to NetBSD. PCI adaptors exist that are not true PCMCIA controllers so wi(4) @ PCI is possible (though the code is not working yet ;-).
2001-05-13initial cut at /dev/crypto support. takes original mbuf "try, and discardTheo de Raadt
if we fail" semantics and extends to two varients of data movement: mbuf, or an iovec style block.
2001-05-11unify rd(4) even moreTheo de Raadt
2001-05-06we are at 2.9-currentTheo de Raadt
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
CLSIZE -> 1 CLBYTES -> PAGE_SIZE OLOFSET -> PAGE_MASK etc. At the same time some archs needed some cleaning in vmparam.h so that goes in at the same time.
2001-05-04vlan in GENERIC (ti(4) now has an issue, jason will deal)Theo de Raadt
2001-05-02pack all NVGA*s into one vga.h, lot's of spaces vs tabsMichael Shalayeff
2001-05-01note another release time thingyTheo de Raadt
2001-04-19move away from -betaTheo de Raadt