Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-02 | I've been guaranteed that guaranteed is better than guarenteed. | Miod Vallat | |
2003-02-02 | Real (although generic) negotiation results message during boot. | Kenneth R Westerback | |
2003-02-01 | More leftovers from when we thought we could attach a pckbc to gsc | Miod Vallat | |
2003-02-01 | Test programs for dependant shared library constructors. | Dale Rahn | |
2003-02-01 | quite some KNF & ANSI | Henning Brauer | |
ok theo | |||
2003-02-01 | rcsid | Jason Wright | |
2003-02-01 | Probably should recurse into the new test... | Jason Wright | |
2003-02-01 | add -f flag so the device can be specified, and make sure the device is | Jason Wright | |
an audio device (ioctl(... AUDIO_GETINFO ...) should do). | |||
2003-02-01 | audio encoding tester | Jason Wright | |
2003-02-01 | typos; | Jason McIntyre | |
added .Fl to flags for boot_* ok deraadt@ | |||
2003-02-01 | typos; | Jason McIntyre | |
chat(8): removed reference to uucico(8) ok deraadt@ | |||
2003-02-01 | Make it build without INET6 again. | Daniel Hartmeier | |
2003-02-01 | The network interface is not mandatory for translation rules. | Ryan Thomas McBride | |
ok dhartmei@ | |||
2003-02-01 | m_pad() is expected to have free'd the mbuf if it returns NULL, so | Daniel Hartmeier | |
free it in one (rare) error condition. ok angelos@ | |||
2003-02-01 | Fix out-of-bounds access to nl[255], found by naddy@ in context of | Daniel Hartmeier | |
propolice. ok theo@ | |||
2003-02-01 | Look, noone cares if you run of out rx descriptors and whining about it just ↵ | Jason Wright | |
makes the situation worse. | |||
2003-02-01 | sync | Theo de Raadt | |
2003-02-01 | how about installing those new man pages | Theo de Raadt | |
2003-02-01 | ansi | Theo de Raadt | |
2003-02-01 | Regen | Miod Vallat | |
2003-02-01 | Correct 715/100XC machine name, per openpa.net. mickey@ ok | Miod Vallat | |
2003-02-01 | from Chris Pascoe <c.pascoe@itee.uq.edu.au>: | Chris Cappuccio | |
Fix multicast bug; internal multicast members' list was not initialized correctly. Also, begin to make vlan less ether specific - TR and FDDI could also be supported. | |||
2003-01-31 | do not merge the rodata sections into the .text . they could be moved above ↵ | Michael Shalayeff | |
4m later should there be too much code | |||
2003-01-31 | Fix Xr list | Miod Vallat | |
2003-01-31 | Concise manual pages for gsckbc and gsckbd. | Miod Vallat | |
2003-01-31 | sync w/ generic and correct minirotsize | Michael Shalayeff | |
2003-01-31 | Enter gsckbc, a driver for the ps/2-like input device ports found on many | Miod Vallat | |
hppa machines, and gsckbd, a driver for the ps/2-like keyboard. Both are derived from pckbc and pckbd, but the differences in port wiring and keyboard behaviour prevented the creation of a thin pckbc wrapper. Currently, only us and uk keyboard layouts are provided. The adventurous person can enable gsckb[cd], wsdisplay at sti and wskbd, but this will only work correctly on machines featuring a modern-prom sti graphics device, and a ps/2 keyboard port. | |||
2003-01-31 | The version of open in ld.so, _dl_open(), will return -errno instead of -1. | Dale Rahn | |
This is to avoid corrupting 'errno'. Handle this case in _dl_opendir(). This is also the case for _dl_fcntl(). ok deraadt@ | |||
2003-01-31 | typo | Theo de Raadt | |
2003-01-31 | Various typos; Andrey Matveev | Miod Vallat | |
2003-01-31 | typos; | Jason McIntyre | |
eeprom(8): added .Ar to fields, removed references to sun3 sshd(8): help and ok markus@ help and ok millert@ | |||
2003-01-31 | sync | Theo de Raadt | |
2003-01-31 | Replace emulated versions of setreuid() and setregid() with real syscalls. | Todd C. Miller | |
These are spec'd by POSIX as of 1003.1-2001; deraadt@ OK | |||
2003-01-31 | These cards just don't master... don't bother trying to enable it. | Jason Wright | |
2003-01-31 | Sigh. I comitted the wrong diff in the last vfs changes. | Artur Grabowski | |
These are the files that were ok:ed and tested. | |||
2003-01-31 | Save about 1.7k in executable size for macppc kernel, Since the ELF header | Dale Rahn | |
has changed due to W^X, start address need to change slightly, 74 -> 114. | |||
2003-01-31 | Change how the bootloader links to get around size/start address issues | Dale Rahn | |
introduced by W^X. exe size goes back to 60640 from 126456. | |||
2003-01-31 | The fix introduced with 1.294 to solve issues with route-to in | Daniel Hartmeier | |
combination with translations was too broad and broke some more complex setups (creating two states for one connection on two interfaces, using modulate state for each, and additionally using route-to/reply-to on one of them), so narrow it to the cases where it's needed. Reported by henric@. | |||
2003-01-31 | Check protocol (TCP/UDP/ICMP/ICMP6) checksums of all incoming packets, | Daniel Hartmeier | |
and drop packets with invalid checksums. Without such a check, pf would return RST/ICMP errors even for packets with invalid checksums, which could be used to detect the presence of the firewall, reported by "Ed White" in http://www.phrack.org/phrack/60/p60-0x0c.txt. To minimize the cost of checksum calculations, mbuf flags set by network interfaces capable of hardware checksumming are honoured, and set when pf performs the calculation, so the TCP/IP stack itself will not repeat the calculation for the same packet later on. ok mcbride@ and henning@ | |||
2003-01-31 | stuff in arch/sparc64 is by defn v9, remove < v9 #ifdefs. ok marc. | Jason Wright | |
2003-01-31 | Send a RST when an invalid packet matches a TCP state during the | Daniel Hartmeier | |
handshake. Solves the issues with the "ACK+1000000 cookie scheme", which depends on RFC 763 (p39, Reset Generation, 2. non-synchronized state, "reset is sent"). ok henning@, camield@ and (I guess ;) frantzen@ | |||
2003-01-31 | bad marc, commited crap to shut gcc up. Remove the crap. | Marco S Hyman | |
2003-01-31 | o When checking for root, look at effective, not real uid; checking the | Todd C. Miller | |
real uid made sense when route(8) was setuid root but it no longer is. o ANSIfy deraadt@ OK | |||
2003-01-31 | File system locking fixups, mostly from NetBSD: | Artur Grabowski | |
- cache_lookup move common code from various fs's here always return with vnode and parent locked adjust return codes - PDIRUNLOCK - new flag set if lookup couldn't lock parent vnode - kernfs and procfs lock vnode in get_root don't unlock (again) in kernfs_freevp fix memory leak in procfs From tedu@stanford.edu deraadt@ and various other ok | |||
2003-01-31 | KNF | Theo de Raadt | |
2003-01-31 | plug a mbuf leak | Henning Brauer | |
debugging session w/ dhartmei@ and lots of testing help from Jun <pilot at monkey.org> ok theo daniel angelos | |||
2003-01-31 | Working wscons attachment and block move operations; joint debug by mickey | Miod Vallat | |
and myself. wsdisplay at sti will be enabled as soon as byte-size rom font loading is done. | |||
2003-01-31 | more quiet | Theo de Raadt | |
2003-01-31 | we do not need that mess of -I | Theo de Raadt | |
2003-01-31 | Create a siginfo_t for thread-to-thread kill. | Marco S Hyman | |
Clean up (compiler warning elimination). Compile check options added but commented out as they have not been checked on all architectures, yet. |