Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-06 | Remove kernel support for NTP. ok deraadt@ and tholo@ | Thomas Nordin | |
2002-06-28 | Return of new ahc | Steve Murphree | |
2002-06-26 | forgot to commit - IEEE1394 bits | Jun-ichiro itojun Hagino | |
2002-06-09 | bio is a driver that can delegate ioctls to other drivers which | Niklas Hallqvist | |
otherwise do not deserve a /dev-node of their own. Will be used for RAID mgmt among other things. Initially only i386 gets the device, but other platforms will follow in a few hours. MAKEDEV stuff coming soon too. | |||
2002-06-09 | split ioctl functions out of pf.c into pf_ioctl.c | Philipp Buehler | |
frantzen@, dhartmei@ ok, tested kernel & userland. checked for colliding commits | |||
2002-06-09 | uncommit, broken (by corrupt diff) | Philipp Buehler | |
2002-06-09 | new file sys/net/pf_ioctl.c | Philipp Buehler | |
functions moved from pf.c to there ok dhartmei@, frantzen@ testing myself + henning@, kernel & userland utils fine | |||
2002-06-08 | sync with latest KAME in6_ifaddr/prefix/default router manipulation. | Jun-ichiro itojun Hagino | |
behavior changes: - two iocts used by ndp(8) are now obsolete (backward compat provided). use sysctl path instead. - lo0 does not get ::1 automatically. it will get ::1 when lo0 comes up. | |||
2002-05-16 | systrace pseudo-device okay deraadt@ | Niels Provos | |
2002-05-16 | put TCP_ECN into the kernel | Theo de Raadt | |
2002-05-16 | systrace facility, used to enforce and generate policies for system calls | Niels Provos | |
okay deraadt@ | |||
2002-05-06 | tuner driver for the fms cards. | Michael Shalayeff | |
attach radio at the fms(4), instead of a separate device, which would never work out fine. from Vladimir Popov <jumbo@narod.ru> rework the radio config stuff (radio at radiobus, instead of radio at radio), allowing to tag source files in the files.* files w/ radio attribute. from mickey@ | |||
2002-04-25 | soundforte radio driver, from Vladimir Popov <jumbo@narod.ru> | Michael Shalayeff | |
2002-04-17 | put -current in the wrong place; oops | Theo de Raadt | |
2002-04-15 | 3.1-current | Theo de Raadt | |
2002-04-11 | bye bye beta | Theo de Raadt | |
2002-04-01 | Note to update the macppc tbxi data file for each release. | Dale Rahn | |
2002-03-28 | i forgot these for if_wi | Michael Shalayeff | |
2002-03-23 | Add variables for config(8) -e time tweak of systemV shared memory | Marc Espie | |
parameters. Ok millert@, miod@, maja@ | |||
2002-03-22 | move to 3.1-beta | Theo de Raadt | |
2002-03-19 | revert to older ahc driver until the new one's bugs are fixed | Todd C. Miller | |
2002-03-14 | remove ambiguity in version,ostype,osversion,osrelease and their constanity, ↵ | Michael Shalayeff | |
they are and declarre 'em accordingly also removing private externies of those | |||
2002-03-14 | From NetBSD: driver for lpt at ebus | Jason Wright | |
2002-03-14 | allow lpt at apio | Jason Wright | |
2002-03-14 | Turn the ptrace(2) syscall into a kernel compile option, option PTRACE in | Miod Vallat | |
your kernel configuration file. By default, GENERIC will enable this. When PTRACE is not enabled, several ptrace-like features of the procfs filesystem will be disabled as well (namely, the ability to read and write any process' registers, as well as attching, single stepping and detaching to/from processes). This should help paranoid people build better sandboxens, and us to build smaller ramdisks. | |||
2002-02-22 | Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@ | Dale Rahn | |
2002-02-18 | Add trm - driver for Tekram TRM-S1040 cards (DC395U/UW/F,DC315/U). | Kenneth R Westerback | |
Thanks to Tekram for donating a couple of cards and a NetBSD driver by Erich Chen of Tekram. Thanks to Martin Akesson for a first port of the NetBSD driver to OpenBSD and thanks to Ashley Martens for the major cleanup to make it presentable and style(9)ish. Only tested on i386 at this time. | |||
2002-02-17 | Patch from Daniel Lucq <daniel@lucq.org> | Mats O Jansson | |
The patch allows you to change the value of NMBCLUSTERS, BUFCACHEPERCENT and NKMEMPAGES using the config command, instead of recompiling the kernel. This is the kernel part of the patch. I have compiled it on i386, sparc64, alpha and macppc. -moj ok art@ maja@ | |||
2002-02-16 | New port of FreeBSD's ahc driver | Steve Murphree | |
2002-01-29 | Remove the iov2pages/mbuf2pages API... All of the relevant arch's support | Jason Wright | |
bus_dma(9) which actually does this job correctly. | |||
2002-01-24 | bussified and bus-split bustec scsi ha driver. | Michael Shalayeff | |
original port done by chris@ in '98 and pounded into -current by me, plus support for wide mode. tested on pci in both modes by me, on eisa (w/ half success, thus not enabled yet) by jason@. niklas@, jason@, millert@ ok. | |||
2002-01-18 | Resource map code is not used anymore. Long live the extent code! | Miod Vallat | |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski | |
machines or some configurations or in some phase of the moon (we actually don't know when or why) files disappeared. Since we've not been able to track down the problem in two weeks intense debugging and we need -current to be stable, back out everything to a state it had before UBC. We apologise for the inconvenience. | |||
2001-12-10 | Big cleanup inspired by NetBSD with some parts of the code from NetBSD. | Artur Grabowski | |
- get rid of VOP_BALLOCN and VOP_SIZE - move the generic getpages and putpages into miscfs/genfs - create a genfs_node which must be added to the top of the private portion of each vnode for filsystems that want to use genfs_{get,put}pages - rename genfs_mmap to vop_generic_mmap | |||
2001-12-04 | Do not fail on an existing but empty version file | Niklas Hallqvist | |
2001-11-29 | funcs in netinet/ip_ether.c is referenced even without ipsec | Jun-ichiro itojun Hagino | |
2001-11-27 | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The | Artur Grabowski | |
code is written mostly by Chuck Silvers <chuq@chuq.com>/<chs@netbsd.org>. Tested for the past few weeks by many developers, should be in a pretty stable state, but will require optimizations and additional cleanups. | |||
2001-11-21 | Don't use #define QUOTA - use stub file instead | Constantine Sapuntzakis | |
Pass over the quota code in ufs/. Make code paths clearer. Clean up some names. Move all code that manipulates quotas directly into ufs_quota.c Use vfs_mount_foreach_vnode to traverse list of vnodes in mountpoint. | |||
2001-11-09 | nswbuf hasn't been used for ages. gc. | Artur Grabowski | |
2001-11-02 | Make kernel compile without IPSEC, PPP_DEFLATE but with CRYPTO. Reported by | Jean-Jacques Bernard-Gundol | |
Brian J. Kifiak <bk@rt.fm>. Thanks! | |||
2001-10-27 | permit compiling of non-pci kernels containing ahc | Theo de Raadt | |
2001-10-24 | post 3.0 tree unlock | Theo de Raadt | |
2001-10-15 | move out of beta | Theo de Raadt | |
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 | |