index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
subr_userconf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename Debugger() into db_enter().
mpi
2017-04-30
1
-2
/
+2
*
Change device locators type from int to long, for the sake of 64-bit ports
miod
2015-09-11
1
-57
/
+64
*
pass size argument to free()
deraadt
2014-11-03
1
-5
/
+6
*
Set the console input in polling mode before entering ukc.
mpi
2014-07-23
1
-1
/
+4
*
use mallocarray where arguments are multipled. ok deraadt
tedu
2014-07-13
1
-2
/
+2
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-2
/
+2
*
bzero -> memset
tedu
2014-01-21
1
-3
/
+3
*
printf(variable) --> printf("%s", variable)
guenther
2013-12-12
1
-2
/
+2
*
Kill the nearly-15-years-dead cf_ivstubs field from struct cfdata.
matthew
2011-06-01
1
-2
/
+2
*
truncated format strings; found by Parfait and gcc
deraadt
2009-06-02
1
-3
/
+3
*
Make it possible to disable/enable pseudo devices in UKC, config file and
maja
2008-03-24
1
-7
/
+28
*
ansi and deregister. No binary change.
jsg
2005-12-09
1
-64
/
+27
*
remove clause 3 and 4. -moj
maja
2003-06-02
1
-7
/
+1
*
string fixes; tedu ok
deraadt
2003-05-03
1
-2
/
+2
*
Try to gracefully handle out of memory conditions.
art
2002-07-29
1
-1
/
+5
*
Modify lvalue only once between sequence points. ok deraadt@
nordin
2002-07-25
1
-3
/
+3
*
In UKC, when adding a fixed unit device (foo0) by cloning a star device
miod
2002-05-02
1
-5
/
+30
*
Final __P removal plus some cosmetic fixups
millert
2002-03-14
1
-2
/
+2
*
First round of __P removal in sys
millert
2002-03-14
1
-27
/
+27
*
Repair bad printf (-Wall cleanup)
miod
2001-06-13
1
-2
/
+2
*
KNF
deraadt
2001-02-13
1
-67
/
+60
*
If kernel is compile with support for DDB add a ddb command to enter
maja
2001-02-05
1
-1
/
+14
*
Add support for pseudo devices. Based on the new code in config.
maja
2001-02-04
1
-10
/
+112
*
permit changing flags
deraadt
2000-08-08
1
-2
/
+4
*
printf %s
todd
2000-07-06
1
-4
/
+2
*
Add enable to history when enable command i used. Reported by itojun@ and David Brownlee <abs@mono.org>. -moj
maja
2000-05-19
1
-2
/
+2
*
Allow UKC to change tz with 'timezone' command.
d
2000-01-08
1
-1
/
+29
*
save user configuration in some magic buffer, which config -e can read; maja
deraadt
1999-10-04
1
-8
/
+87
*
initialize an incorrectly uninitialized variable
art
1999-08-17
1
-2
/
+2
*
add autoconfig_verbose toggling command to boot_config
deraadt
1999-04-28
1
-2
/
+11
*
cleanup printfs
deraadt
1998-03-03
1
-11
/
+10
*
GCC 2.8 -Wall
ryker
1998-03-03
1
-2
/
+2
*
indent
deraadt
1998-01-04
1
-244
/
+216
*
Added support for enable/disable attr value. eg disable irq 10. -moj
maja
1998-01-04
1
-38
/
+105
*
export struct cfdata cfdata[];
mickey
1996-11-21
1
-2
/
+1
*
Fixed another bug niklas found. -moj
maja
1996-09-06
1
-2
/
+4
*
Call me "Pedant"! prototype mismatches fixed and unused var removed
niklas
1996-09-06
1
-2
/
+3
*
Added support for add device in subr_userconf. Not perfect but a good start.
maja
1996-09-06
1
-12
/
+227
*
loop till quit
deraadt
1996-09-02
1
-4
/
+5
*
-Wall, -Wstrict-prototypes and some KNF cleanup
niklas
1996-08-15
1
-38
/
+70
*
subr_userconf.c only for BOOT_CONFIG option
deraadt
1996-07-27
1
-9
/
+1
*
-Wall & -Wstrict-prototype fixes
niklas
1996-07-02
1
-1
/
+4
*
More bugs fixed. Replaced lots of "|" and "&" with the correct "||" and "&&".
maja
1996-06-27
1
-29
/
+30
*
New safer userconf_number, more can be terminated with q, if more than one
maja
1996-06-26
1
-65
/
+118
*
Added support for user modifiable kernel at boot (-c) /maja
maja
1996-06-23
1
-0
/
+790