Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-04-20 | most of cpu boards defined now | Michael Shalayeff | |
all the bus types and all the rest of small thingies (; some more boards, add more by driver progress new framework | |||
1999-04-20 | move load address to 0x700000, so we fit w/ ramdisk | Michael Shalayeff | |
heap limit on 0xc0000 remove networking stuff | |||
1999-04-20 | fix prev commit blowup: | Michael Shalayeff | |
no ldsym for now s/sd/dk/ since it's not always a disk, not even scsi (: bump a version, things changed | |||
1999-04-20 | fix previous commit blowup: | Michael Shalayeff | |
generate link map for a meanwhile use special kernel config while in developmet pass HEAP_LIMIT into CPPFLAGS | |||
1999-04-20 | Merge MROUTING and IPSEC wrt handling of IP-in-IP tunnelled packets. | Niklas Hallqvist | |
Fix a panic case in the MROUTING code too. Drop M_TUNNEL support, nothing ever uses it. | |||
1999-04-20 | Makefile | Michael Shalayeff | |
1999-04-20 | cleanup | Michael Shalayeff | |
1999-04-20 | nop-filled .text; discard unwind info; tabs vs spaces | Michael Shalayeff | |
1999-04-20 | fix different alignment problems | Michael Shalayeff | |
correct PDC/IODC call formats factor some more code out to the dev_hppa.c routines basically boot on many more machine by now | |||
1999-04-20 | no need for any networking code | Michael Shalayeff | |
1999-04-20 | all the devices info is now in one table | Michael Shalayeff | |
1999-04-20 | fix disklabel position (temp to build ramdisks) | Michael Shalayeff | |
1999-04-20 | add defines for the numbers of registers | Michael Shalayeff | |
1999-04-20 | name changes, add stack frame, better USERMODE() | Michael Shalayeff | |
1999-04-20 | more stuff from the books | Michael Shalayeff | |
1999-04-20 | add onfault handler and cache the space id into pcb; better coredump | Michael Shalayeff | |
1999-04-20 | define UADDR; change alignment to 8 bytes | Michael Shalayeff | |
1999-04-20 | more headers | Michael Shalayeff | |
1999-04-20 | add HPPA_FLEX() | Michael Shalayeff | |
1999-04-20 | uvm names and definitions | Michael Shalayeff | |
1999-04-20 | name changes; more cpu_* functions | Michael Shalayeff | |
1999-04-20 | proper entry/exit; no place for va_args12-13 | Michael Shalayeff | |
1999-04-20 | Spelling error in comment. | Tobias Weingartner | |
1999-04-20 | make calls for current time to BIOS less often; toby -- ok | Michael Shalayeff | |
1999-04-19 | another | Theo de Raadt | |
1999-04-19 | Fix a bug that prevents the correct detection of the card. | Federico G. Schwindt | |
1999-04-19 | Consider the other SVR2 partitions as BSDFFS, too. | Jason Downs | |
1999-04-18 | Add es and fr keymaps, shamelessly taken from NetBSD. | Marc Espie | |
1999-04-18 | xbox fits in the RAMDISK | Theo de Raadt | |
1999-04-18 | more version bump areas.. | Theo de Raadt | |
1999-04-18 | incorrect range checking, output buf oflow; futatuki@fureai.or.jp | Theo de Raadt | |
1999-04-18 | doc what needs to be updated for a version bump | Theo de Raadt | |
1999-04-18 | Support for the Sun SBus Expansion Subsystem (SUNW,xbox) | Jason Wright | |
1999-04-18 | make AUDIO_C_HANDLER compile again | Jason Wright | |
1999-04-18 | KNF & typo in printf | Jason Wright | |
1999-04-18 | simplify clock handling | Jason Wright | |
1999-04-18 | moving to 2.5-current, tree is unlocked | Theo de Raadt | |
1999-04-16 | ln bug fix | Theo de Raadt | |
1999-04-16 | fix ipf return-rst panic bug; beck | Theo de Raadt | |
1999-04-12 | move encdebug to a useful place | Theo de Raadt | |
1999-04-11 | Reenable IPSEC now that it is off by default, but can be enabled via sysctl | Niklas Hallqvist | |
1999-04-11 | Introduce net.inet.{ah,esp}.enable sysctl controls that are off by default. | Niklas Hallqvist | |
If you are going to use either of AH or ESP or both, enable these in /etc/sysctl.conf. Also correct the IPSec debugging sysctl code, it is now named net.inet.ip.encdebug. Some corrected function signatures too. | |||
1999-04-11 | Fix for 25 Mhz. | Steve Murphree | |
1999-04-11 | make ne[0-2] definition match GENERIC | Todd C. Miller | |
1999-04-10 | sync | Theo de Raadt | |
1999-04-10 | another modem | Theo de Raadt | |
1999-04-09 | The kernel parts of a sysctl that can switch on/off IP-in-IP (protocol 4) | Niklas Hallqvist | |
support, when IPSEC is compiled in. The default is disabled. Turn on with: sysctl -w net.inet.ip4.allow=1 ***Only*** do this if you are really knowing what you do! This control does not control the tunnel modes of ESP and AH. | |||
1999-04-09 | when the REPLACE flag was used, but no former flows was there, we did not | Niklas Hallqvist | |
increment the IPSEC use counter, potentially missing IPSEC processing on output. | |||
1999-04-09 | Make the tdbi handling more robust, removes a panic case | Niklas Hallqvist | |
1999-04-09 | Check for local address spoofing on encapsulated packets. | Angelos D. Keromytis | |