Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-15 | rip_output: make sure a full ip header is passed for INP_HDRINCL; ok deraadt@ | Markus Friedl | |
2003-02-15 | and the copyright goes here too | Theo de Raadt | |
2003-02-15 | bye bye | Theo de Raadt | |
2003-02-15 | Now that we are 3.3-beta re-enable upgrade on sparc. ok deraadt@. | Kenneth R Westerback | |
Remove another dated comment about 3.1 to 3.2 upgrade. | |||
2003-02-15 | oops; i forgot to delete the block he said i could delete | Theo de Raadt | |
2003-02-15 | copyright blob from geoff.arnold@sun.com | Theo de Raadt | |
2003-02-15 | copyright beck and me | Theo de Raadt | |
2003-02-15 | use real registers to propagete frame offset for powerpc. | Hiroaki Etoh | |
2003-02-15 | copyrights added; | Jason McIntyre | |
file(1), magic(5): Ian F. Darwin afterboot(8): Marshall M. Midden x99token(1): Paul Borman | |||
2003-02-15 | copyrights added; | Jason McIntyre | |
awi(4): Bill Sommerfeld clct(4): Tatoku Ogaito enc(4): angelos@ | |||
2003-02-15 | copyrights added; | Jason McIntyre | |
these are all (c) aaron@ ok aaron@ | |||
2003-02-15 | Better documentation on how to install the latest OpenBSD/hppa snapshots. | Miod Vallat | |
These notes are slowly starting to get in shape when compared to other architectures, although there are still some unclear points and rought edges (not even mentioning a couple of references to an upgrade feature...) | |||
2003-02-15 | Remove misleading (and incorrect) HIL_STATMASK definition. | Miod Vallat | |
2003-02-15 | gsckbc is more sensitive than pckbc; always allow the enable() accessop | Miod Vallat | |
to proceed on the console keyboard, or it would not be in a good state to handle boot -s prompt. Found the hard way by mickey@ | |||
2003-02-15 | Remove dated comment about 3.1 to 3.2 upgrade. | Kenneth R Westerback | |
2003-02-15 | The current hppa code would always ask for the root device, when running | Miod Vallat | |
a kernel configured with "swap generic". This feature was relied upon by Theo de Raadt, so that he would have to go downstairs to type "sd0a\n\n" every time he would want to try a new kernel, effectively forcing his body to take exercise trim the fat. No more! This commit adds code to correctly detect the root device, currently either a network interface or an scsi block device. This is slightly tricky, as all the information the PDC gives up is the controller device and its numeric subpath, and we need to match the real device from that... Tested and found to be working on ie and sd only so far. This commit is brought to you by the so-called friends of Theo de Raadt. | |||
2003-02-15 | Do not call mprotect to enable writing for sections which normally are | Dale Rahn | |
writable. Idea taken from alpha version. Saves many mprotect syscalls. | |||
2003-02-14 | put my copyrights on here | Theo de Raadt | |
2003-02-14 | typos; | Jason McIntyre | |
tftpd(8): tweak and ok millert@ tokenadm(8): tweak and ok millert@ | |||
2003-02-14 | Do not allow sti1 to attach at the moment, as it will not work correctly; | Miod Vallat | |
a fix is in the works. | |||
2003-02-14 | test double macro def | Henning Brauer | |
2003-02-14 | always need softintr after rxexception (avoids uninitialized variable); ↵ | Jason Wright | |
pointed out by henric | |||
2003-02-14 | this is a bsd material | Michael Shalayeff | |
2003-02-14 | put a copyright | Michael Shalayeff | |
2003-02-14 | Do not do arithmetic on bus_space_handle_t. | Henric Jungheim | |
ok jason@ | |||
2003-02-14 | - save and restore %fsr, too. | Jason Wright | |
- better function descriptions | |||
2003-02-14 | Pad boot out to 512 byte boundary... some old prom's don't like binaries | Jason Wright | |
which end on "odd" boundaries. | |||
2003-02-14 | delete $W in trap handler | Jason Wright | |
2003-02-14 | sync | Theo de Raadt | |
2003-02-14 | missing license | Todd C. Miller | |
2003-02-14 | license clarifications; arthur_david_olson@nih.gov | Todd C. Miller | |
2003-02-14 | Add BSD license; OK'd by Jose Nazario. Also add missing .Os line. | Todd C. Miller | |
2003-02-14 | Fix an mbuf leak, where each incoming IPv6 TCP connection (to a listening | Daniel Hartmeier | |
socket) would leak one MT_SONAME mbuf. ok deraadt@, henning@ | |||
2003-02-14 | adjust after pfctl changes | Henning Brauer | |
2003-02-14 | Add a 2-clause BSD license. These files are based on the md5.1 | Todd C. Miller | |
from FreeBSD which says it is public domain so there should be no license conflict. | |||
2003-02-14 | man page is under same license as the program | Todd C. Miller | |
2003-02-14 | emacsed out. route-to loopback is valid now | Henning Brauer | |
2003-02-14 | Pull in copyright info from the respective .pod files which gets lost | Todd C. Miller | |
in the conversion from pod -> man (since it is just a comment). This will probably get lost again the next time I update sudo but all the copyright info is in the LICENSE file anyway... | |||
2003-02-14 | remove explicit table creation ( -T create ), it's useless. | Henning Brauer | |
ok pb@ mcbride@ deraadt@ | |||
2003-02-14 | re-stir if pid changes; markus & me | Theo de Raadt | |
2003-02-14 | Fix NFS diskless boot when PF is used. | Cedric Berger | |
From dhartmei@ e-mail, ok henning@ | |||
2003-02-14 | Brandon says he wrote these, so add licenses. | Hugh Graham | |
Problem spotted by jmc. | |||
2003-02-14 | Allow route-to loopback interfaces again, since Ryan fixed the loops that | Daniel Hartmeier | |
might have occured before. | |||
2003-02-14 | English and mdoc fixes thanks to jmc@ | Cedric Berger | |
2003-02-14 | Better and more consistent error message. | Cedric Berger | |
Ok dhartmei@ | |||
2003-02-14 | tweak | Henning Brauer | |
2003-02-14 | Document verbose mode with tables (statistics). | Cedric Berger | |
2003-02-14 | test -Dmacro=value | Henning Brauer | |
2003-02-14 | and one more tweaking round by krause, thanks! | Henning Brauer | |
2003-02-14 | more good tweaks by krause | Henning Brauer | |