Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-04 | better | Jason Wright | |
2003-02-04 | hack at stereo adpcm | Jason Wright | |
2003-02-04 | free memory if pointer is -not- NULL... | Jason Wright | |
2003-02-04 | Bring qe closer to NetBSD and make it compile. As yet untested. | Hugh Graham | |
2003-02-04 | enable bind now; some diffs from jakob, some from me | Theo de Raadt | |
2003-02-03 | knf | Theo de Raadt | |
2003-02-03 | some more functions that are (only on OpenBSD) safe in signal handlers. | Theo de Raadt | |
not having access to these makes things really painful | |||
2003-02-03 | pad tx buffer out to minimum framelength; based on NetBSD | Jason Wright | |
2003-02-03 | From NetBSD: Add functions to allocate mapped-in qbus memory. | Hugh Graham | |
2003-02-03 | typos; | Jason McIntyre | |
ipsecadm(8): examples ho@ help and ok markus@ | |||
2003-02-03 | pretty | Theo de Raadt | |
2003-02-03 | Add blank space inside '.Xr Ic'. | Mike Pechkin | |
Spotted by xvenient@free.fr via henning@. millert@ | |||
2003-02-03 | Don't allow loopback interfaces as route/reply/dup-to targets. ok henning@ | Daniel Hartmeier | |
2003-02-03 | remove loadopt global definition and cleanup a bit. | Cedric Berger | |
ok henning@ | |||
2003-02-03 | zap dead code | Henning Brauer | |
2003-02-03 | fix a problem with queue definitions when load options (like -N etc) are | Henning Brauer | |
given; they used to check for their parent interface/queue even in this case. ok dhartmei@ cedric@ | |||
2003-02-03 | remove sparc64 workaround, fixed in latest propolice patches | Jakob Schlyter | |
2003-02-03 | typos and minor KNF; from andrushock, thanks! | Henning Brauer | |
2003-02-03 | disable a stack protection when the arch doesn't have stack_grows_downward. | Hiroaki Etoh | |
2003-02-03 | add contains_fp declaration to examine whether the input contains frame ↵ | Hiroaki Etoh | |
pointer addressing. | |||
2003-02-03 | prepare_stack_protection: add validate_insns_of_varrefs to validate insns of ↵ | Hiroaki Etoh | |
inline function for processors, which doesn't have long integer addition. push_frame_of_insns: validate insns to use powerpc specific addressing and alpha specific addressing. | |||
2003-02-03 | modify general_induction_var not to generate the address of frame pointer ↵ | Hiroaki Etoh | |
plus minus constant as an induction variable. | |||
2003-02-03 | delete unused "protector.h" inclusion. | Hiroaki Etoh | |
2003-02-03 | modify assign_stack_local to move the addressing of frame pointer plus zero ↵ | Hiroaki Etoh | |
to the function plus_constant_wide. modify assign_stack_temp_for_type for allocating a space to return a structure. | |||
2003-02-03 | modify expand_expr not to modify the addressing form of local variables: ↵ | Hiroaki Etoh | |
frame pointer plus constant. | |||
2003-02-03 | modify plus_constant_wide to provide the address of frame pointer plus zero ↵ | Hiroaki Etoh | |
constant. | |||
2003-02-03 | modify simplify_plus_minus not to assign the address of frame pointer plus ↵ | Hiroaki Etoh | |
no constant. | |||
2003-02-03 | allocate a space (keep=5) to return a structure, not protecting it as a ↵ | Hiroaki Etoh | |
character string. | |||
2003-02-03 | typos; | Jason McIntyre | |
from netbsd(svs+pr@grep.ru) suggested by deraadt@ | |||
2003-02-03 | don't call error() for readonly /dev; from soekris list; ok mcbride, | Markus Friedl | |
henning, deraadt. | |||
2003-02-03 | More cleanup in tables thanks to Andrey Matveev: | Cedric Berger | |
- get rid of unnecessary header netinet/in.h in pfctl_radix.c and pfctl_table.c - do fclose(3) only when we use config file, not STDIN - get rid of unneeded temporatory variables - minor KNF | |||
2003-02-03 | sync | Jason Wright | |
2003-02-03 | lanergy appian pci lite; peter.galbavy at knowtion.net | Jason Wright | |
2003-02-03 | fix be(4) part number here as well. | Federico G. Schwindt | |
2003-02-02 | typo in anchor section | Henning Brauer | |
From: Eduardo Augusto Alvarenga <eduardo at thrx.dyndns.org> | |||
2003-02-02 | adjust after pfctl change; parse_rules doesn't take opts seperately any more | Henning Brauer | |
2003-02-02 | there is no need to pass opts to parse_rules explicitely; it's passed as | Henning Brauer | |
part of the struct pfctl. | |||
2003-02-02 | nicer indentation in the queue example | Henning Brauer | |
inspired by a mail to tech@ from Eduardo Augusto Alvarenga <eduardo at thrx.dyndns.org> | |||
2003-02-02 | no const for int; cedric@ | Henning Brauer | |
2003-02-02 | More paranoia when opening temp file; don't follow symlinks and | Todd C. Miller | |
require that the link count be one. Prompted by a report from Marc Bevand. deraadt@ OK | |||
2003-02-02 | const'ify params for the host stuff | Henning Brauer | |
ok theo | |||
2003-02-02 | When disk activity exceeds 100kB/s divide length of bar by 10s and report | Henning Brauer | |
factor on RHS screen. from netbsd (dsl@) ok theo | |||
2003-02-02 | as correctly pointed out by cedric@, the :network and :broadcast parsing | Henning Brauer | |
code really belongs to host_if() and not host(); I dunno why I did put it in host()... ok dhartmei@ deraadt@ | |||
2003-02-02 | knf & ansi; drahn ok | Theo de Raadt | |
2003-02-02 | pass BSDSRCDIR in environment to submakes. | Marc Espie | |
This `repairs' setting up BSDSRCDIR in /etc/mk.conf and nowhere else. | |||
2003-02-02 | add support for key exchange guesses; based on work by | Markus Friedl | |
avraham.fraenkel@commatch.com; fixes bug #148; ok deraadt@ | |||
2003-02-02 | call okname() only when using system(3) for remote-remote copy; | Markus Friedl | |
fixes bugs #483, #472; ok deraadt@, mouring@ | |||
2003-02-02 | :%s/MEXTALLOC/MEXTMALLOC/g; pointed out by angelos | Jason Wright | |
2003-02-02 | We don't need to include bsd.man.mk explicitly, bsd.lib.mk pulls | Todd C. Miller | |
it in if it is needed. We do need a fake maninstall target ifdef NOMAN though. This prevents dhcp-options.5 from being installed if NOMAN is set. | |||
2003-02-02 | I've been guaranteed that guaranteed is better than guarenteed. | Miod Vallat | |