Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-04 | radio files. | Grigoriy Orlov | |
From Vladimir Popov <jumbo@narod.ru>, Maxim Tsyplakov <tm@oganer.net> | |||
2001-09-21 | Driver for Sun GEM ethernet. Not ready yet. | Artur Grabowski | |
From NetBSD | |||
2001-09-19 | Unify elf32 and elf64 code with macros. This forced a renaming | Artur Grabowski | |
of a few functions from elf32. | |||
2001-09-18 | Opps. should have comitted this yesterday. add ext2fs_bswap | Artur Grabowski | |
2001-09-17 | No need to define TIMEZONE and DST to 0 here, param.c does that automagically. | Artur Grabowski | |
2001-09-11 | move to 3.0-beta | Theo de Raadt | |
2001-08-23 | Remove even more old timeout tentacles. | Artur Grabowski | |
2001-08-19 | add attribute for LSI dma controller | Jason Wright | |
2001-08-18 | Mostek cmos clock stuff (from netbsd) | Jason Wright | |
2001-08-18 | Add MII routines to support the ASIX AX88190 MAC controller; from NetBSD. | Aaron Campbell | |
2001-08-12 | seminfo.semmap and SEMMAP are not used; kill them | Todd C. Miller | |
Solaris doesn't have these either... | |||
2001-08-09 | change a maze of altq options into just "altq" for the base+red+cbq, and | Theo de Raadt | |
then altq_* for each of the other * experimental options. and.. enable it by default in GENERIC. | |||
2001-08-08 | IPCOMP removal. deraadt@ ok. | Jean-Jacques Bernard-Gundol | |
2001-08-03 | proper vga_* handling; pointed out by tholo@ | Michael Shalayeff | |
2001-07-18 | sort subr_pool into the right place. | Artur Grabowski | |
2001-07-17 | split ip normalization out into a separate file, okay dhartmei@ | Niels Provos | |
2001-07-13 | On my 10th wedding anniversary I am celebrating by | Niklas 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-05 | deflate only for ipcomp | Theo de Raadt | |
2001-07-05 | zlib only for ppp_deflate | ipcomp | Theo de Raadt | |
2001-07-05 | IPComp. Turned off by default in GENERIC. | Jean-Jacques Bernard-Gundol | |
2001-07-05 | Get rid of REAL_CLISTS. It was never implemented and the tentacles are | Artur Grabowski | |
everywhhere. | |||
2001-07-05 | kern_fthread is no longer needed. | Artur Grabowski | |
2001-06-27 | ALTQ 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-27 | SWAPPAGER and DEVPAGER are distant memories from the past. | Artur Grabowski | |
2001-06-27 | uvm is no longer an option. | Artur Grabowski | |
2001-06-27 | Remove old vm. | Artur Grabowski | |
2001-06-25 | we need only one pflog now | Niels Provos | |
2001-06-25 | first 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-25 | move pf hooks to sys/conf/GENERIC | Kjell Wooding | |
2001-06-25 | Remove NQNFS | Constantine Sapuntzakis | |
2001-06-24 | Initial import of pf, an all-new ipf-compatable packet filter. | Kjell Wooding | |
Insane amounts of work done my dhartmei. Great work! | |||
2001-06-23 | Add in4_cksum.c | Angelos D. Keromytis | |
2001-06-08 | Remve net_osdep.c | Angelos D. Keromytis | |
2001-06-08 | rename a file for The Anal One | Theo de Raadt | |
2001-06-08 | Add pfkeyv2_convert.c | Angelos D. Keromytis | |
2001-05-30 | Remove 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-17 | convert mbuf and cluster allocation to pool, mostly from NetBSD | Niels Provos | |
okay art@ miod@ | |||
2001-05-17 | It's Daylight Saving Time, not Savings. Fix comments. | Peter Valchev | |
Discussed with pjanzen@ | |||
2001-05-16 | Create COMPAT_25 and move ogetfsstat, ostatfs and ostatfs into it. | Todd C. Miller | |
Create COMPAT_23 and move __osemctl, omsgctl, oshmctl there. | |||
2001-05-16 | kill 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-15 | Split wi(4) into bus-dependent and bus-independent bits similar to | Todd 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-13 | initial cut at /dev/crypto support. takes original mbuf "try, and discard | Theo de Raadt | |
if we fail" semantics and extends to two varients of data movement: mbuf, or an iovec style block. | |||
2001-05-11 | unify rd(4) even more | Theo de Raadt | |
2001-05-06 | we are at 2.9-current | Theo de Raadt | |
2001-05-05 | Get 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-04 | vlan in GENERIC (ti(4) now has an issue, jason will deal) | Theo de Raadt | |
2001-05-02 | pack all NVGA*s into one vga.h, lot's of spaces vs tabs | Michael Shalayeff | |
2001-05-01 | note another release time thingy | Theo de Raadt | |
2001-04-19 | move away from -beta | Theo de Raadt | |