Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-18 | Style | Aleksander Piotrowski | |
ok joris@ | |||
2005-05-18 | Do not compile the screen burner code if SMALL_KERNEL, helps floppies. | Miod Vallat | |
ok deraadt@ | |||
2005-05-18 | s/Lorian/Lorien/ | Jason McIntyre | |
from fabio olive leite; and if you are a lotr fan, i don't want to hear from you that this commit is wrong, unless you have a piece of paper signed by god. | |||
2005-05-18 | build a local copy of the client's source tree when acting as a server. | Joris Vink | |
more server stuff coming soon! ok jfb@, xsa@ | |||
2005-05-18 | remove certpatch(8) stuff; | Jason McIntyre | |
ok hshoexer@ | |||
2005-05-18 | bye bye | Hans-Joerg Hoexer | |
2005-05-18 | bye bye | Hans-Joerg Hoexer | |
2005-05-18 | there's no need for certpatch anymore, so remove it | Hans-Joerg Hoexer | |
ok markus some time ago | |||
2005-05-18 | don't initialize bbp registers with values in eeprom. some adapters seem | Damien Bergamini | |
to have problems with that. noticed by Andrey Matveev. | |||
2005-05-18 | allow payload types 20 and 21 for nat-t | Hans-Joerg Hoexer | |
ok ho | |||
2005-05-18 | recognize more ike payload types | Hans-Joerg Hoexer | |
ok cloder ho | |||
2005-05-18 | Rework the single step implementation; mostly delaying breakpoint | Miod Vallat | |
removal so that single stepping delay slots work. Also added the ability to single step through system calls (which cause an implicit branch if successfull). works for me, "looks ok" kettenis@ | |||
2005-05-18 | Make test(1) usage consistent when testing a variable that may not be set. | Todd C. Miller | |
OK deraadt@ | |||
2005-05-18 | wchar_t is a native C++ type, gcc picks its definition from elsewhere, | Marc Espie | |
so do not redefine it. Found out by the quite picky fixinc in recent gcc. okay millert@, kettenis@ | |||
2005-05-18 | o move sysctl and mixerctl parsing into a subroutine instead of a subshell | Todd C. Miller | |
o update resource limits if kern.maxproc or kern.maxfiles is changed | |||
2005-05-18 | add `dir' arg in release cmd synopsis; | Xavier Santolaria | |
2005-05-18 | fix error message; ok ian | Jared Yanovich | |
2005-05-18 | max-src-states typo; ok henning@ | David Krause | |
2005-05-17 | under some circunstances, unp_scan() can call unp_mark() with a null pointer, | Federico G. Schwindt | |
so check fp before dereferencing it; fixes a crash found by hshoexer@ with input from art@, art@ millert@ deraadt@ ok. | |||
2005-05-17 | add test | Marc Espie | |
2005-05-17 | gnu m4 mode does not heed end of lines. | Marc Espie | |
2005-05-17 | remove spurious bpf_mtap (I think it's leftover debugging code from a year ago) | Jason Wright | |
2005-05-17 | - check return from write(2) so we KNOW the data is on the disk | Jason Wright | |
- remove unneeded variables - add missing includes ok deraadt | |||
2005-05-17 | Need to find a way to detect if fw supports disabling hold of timers before | Marco Peereboom | |
this can go in. Calling it this way crashes fw when io is ran to multiple logical disks | |||
2005-05-17 | enable `release' command; tested & ok joris@. | Xavier Santolaria | |
2005-05-17 | .Xr pfsync 4 , | Jason McIntyre | |
from freebsd -r1.7 glebius@ | |||
2005-05-17 | sync | Theo de Raadt | |
2005-05-17 | update FILES; | Jason McIntyre | |
2005-05-17 | - describe start up better | Jason McIntyre | |
- note that greylisting does stutter slightly - make clear role of spamdb and spamd.conf - few minor tweaks ok beck@ | |||
2005-05-17 | basic update code, needs more work; ok joris@. | Xavier Santolaria | |
2005-05-17 | no need to use Rs/Re for a url; | Jason McIntyre | |
no full stop to aid cut and paste; decided after mail from jim razmus, via nick; | |||
2005-05-17 | - add epic(4) | Brad Smith | |
- add ep(4) to RAMDISK_CD | |||
2005-05-17 | add epic(4) under the untested section. | Brad Smith | |
ok martin@ | |||
2005-05-16 | add epic(4) | Brad Smith | |
2005-05-16 | PT_WCOOKIE is available on sparc64 too. | Miod Vallat | |
2005-05-16 | - improve option descriptions | Jason McIntyre | |
- note expected format of "key" - note that date -r may help understand spamdb output - spacing ok beck@ | |||
2005-05-16 | add epic(4) | Brad Smith | |
2005-05-16 | check return value from strdelim() for NULL (AddressFamily); mpech | Markus Friedl | |
2005-05-16 | Do not call out mkdir -p, but reuse the code from mkdir(1). | Marc Espie | |
Removes the possibility of nasty stuff happening thanks to unquoted arguments in system(1). Also plug a small memory leak. Problems noticed by Lionel Fourquaud. okay millert@, deraadt@ | |||
2005-05-16 | Mention no more PT_[GS]ETFPREGS on m88k. | Miod Vallat | |
2005-05-16 | add a newline here | Brad Smith | |
2005-05-16 | Remove PT_[GS]ETFPREGS and struct fpreg, as we have no real floating point | Miod Vallat | |
registers, and the floating point control registers are savec in the reg structure. | |||
2005-05-16 | remove tests | Jakob Schlyter | |
2005-05-16 | remove tests | Jakob Schlyter | |
2005-05-16 | remove an extra delay in rf register init | Reyk Floeter | |
2005-05-16 | knf | Theo de Raadt | |
2005-05-16 | Use cardbus_matchbyid(). | Brad Smith | |
ok millert@ jsg@ | |||
2005-05-15 | no need to install and checksum *.ipk since *bsd* will already catch it | David Krause | |
ok deraadt@ | |||
2005-05-15 | Update style recommendation around NULL usage, especially in function | Kenneth R Westerback | |
parameters, after discussions a while ago with mickey@, deraadt@, millert@. Verbiage by millert@, ok millert@. | |||
2005-05-15 | sync | Theo de Raadt | |